Skip to content

Commit

Permalink
Update relayer/canonical_validator_client.go
Browse files Browse the repository at this point in the history
Co-authored-by: cam-schultz <[email protected]>
Signed-off-by: Michael Kaplan <[email protected]>
  • Loading branch information
michaelkaplan13 and cam-schultz authored Nov 1, 2023
1 parent dc192e7 commit 49ade24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/canonical_validator_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func (v *CanonicalValidatorClient) GetSubnetID(ctx context.Context, chainID ids.
return v.client.ValidatedBy(ctx, chainID)
}

// Gets the current validator set of the given subnet ID, include the validators' BLS public keys.
// Gets the current validator set of the given subnet ID, including the validators' BLS public keys.
// This implementation of GetValidatorSet currently makes two RPC requests, one to get the
// subnet validators, and another to get their BLS public keys. This is necessary in order to enable
// the use of the public APIs (which don't support "GetValidatorsAt") because BLS keys are currently
Expand Down

0 comments on commit 49ade24

Please sign in to comment.