From 4168854f09762ad4ae3733e603530f177d45c1fb Mon Sep 17 00:00:00 2001 From: Jared Wasinger Date: Wed, 5 Dec 2018 14:52:13 +0000 Subject: [PATCH] eth: accountRangeAt remove useless comment --- eth/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/api.go b/eth/api.go index 7614e96f11..052e5b7979 100644 --- a/eth/api.go +++ b/eth/api.go @@ -356,7 +356,7 @@ func accountRange(st state.Trie, start *common.Address, maxResult int) (AccountR return result, nil } -//block hash or number, tx index, start address hash, max results +// enumerate all accounts in the state after the last transaction in the latest block func (api *PrivateDebugAPI) AccountRangeAt(ctx context.Context, startAddr *common.Address, maxResults int) (AccountRangeResult, error) { var statedb *state.StateDB = nil var err error = nil