From c733c8395b0b3470d3f1a3e68144e12159ca8156 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Thu, 24 Mar 2022 12:41:39 +0300 Subject: [PATCH] Fix comment. --- rpc/staking.go | 1 - 1 file changed, 1 deletion(-) diff --git a/rpc/staking.go b/rpc/staking.go index f4a8f1a4e..99319afe7 100644 --- a/rpc/staking.go +++ b/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) {