mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-20 11:46:44 +00:00
cmd/geth: release account iterator in listEIP7610EligibleAccounts
This commit is contained in:
parent
ab134b2101
commit
bf7837c409
1 changed files with 1 additions and 0 deletions
|
|
@ -1054,6 +1054,7 @@ func listEIP7610EligibleAccounts(ctx *cli.Context) error {
|
|||
log.Error("Failed to get account iterator", "err", err)
|
||||
return err
|
||||
}
|
||||
defer iter.Release()
|
||||
var (
|
||||
start = time.Now()
|
||||
accounts []common.Address
|
||||
|
|
|
|||
Loading…
Reference in a new issue