eth: accountRangeAt remove useless comment

This commit is contained in:
Jared Wasinger 2018-12-05 14:52:13 +00:00 committed by Guillaume Ballet
parent 49d152d253
commit 4168854f09

View file

@ -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