mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
eth: accountRangeAt remove useless comment
This commit is contained in:
parent
49d152d253
commit
4168854f09
1 changed files with 1 additions and 1 deletions
|
|
@ -356,7 +356,7 @@ func accountRange(st state.Trie, start *common.Address, maxResult int) (AccountR
|
||||||
return result, nil
|
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) {
|
func (api *PrivateDebugAPI) AccountRangeAt(ctx context.Context, startAddr *common.Address, maxResults int) (AccountRangeResult, error) {
|
||||||
var statedb *state.StateDB = nil
|
var statedb *state.StateDB = nil
|
||||||
var err error = nil
|
var err error = nil
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue