eth: updated comments (#21490)

This commit is contained in:
Marius van der Wijden
2020-08-26 12:20:12 +02:00
committed by GitHub
parent 92b12ee6c6
commit 16d7eae1c8
3 changed files with 3 additions and 3 deletions

View File

@@ -354,7 +354,7 @@ func (api *PrivateDebugAPI) GetBadBlocks(ctx context.Context) ([]*BadBlockArgs,
// AccountRangeMaxResults is the maximum number of results to be returned per call
const AccountRangeMaxResults = 256
// AccountRangeAt enumerates all accounts in the given block and start point in paging request
// AccountRange enumerates all accounts in the given block and start point in paging request
func (api *PublicDebugAPI) AccountRange(blockNrOrHash rpc.BlockNumberOrHash, start []byte, maxResults int, nocode, nostorage, incompletes bool) (state.IteratorDump, error) {
var stateDb *state.StateDB
var err error