Fix comment.

pull/4134/head
Konstantin 3 years ago committed by Leo Chen
parent 3c8286279d
commit c733c8395b
  1. 1
      rpc/staking.go

@ -245,7 +245,6 @@ func (s *PublicStakingService) GetValidatorKeys(
}
// GetAllValidatorInformation returns information about all validators.
// If page is -1, return all instead of `validatorsPageSize` elements.
func (s *PublicStakingService) GetAllValidatorInformation(
ctx context.Context, page int,
) (interface{}, error) {

Loading…
Cancel
Save