cmd/geth: release account iterator in listEIP7610EligibleAccounts

This commit is contained in:
rayoo 2026-06-29 11:09:38 +08:00
parent ab134b2101
commit bf7837c409

View file

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