Merge branch 'master' into fix/raw-tx-null-not-found

This commit is contained in:
ManuelArto 2026-06-26 14:53:44 +02:00
commit 300b36f29d

View file

@ -922,6 +922,7 @@ func dumpState(ctx *cli.Context) error {
for stIt.Next() { for stIt.Next() {
da.Storage[stIt.Hash()] = common.Bytes2Hex(stIt.Slot()) da.Storage[stIt.Hash()] = common.Bytes2Hex(stIt.Slot())
} }
stIt.Release()
} }
enc.Encode(da) enc.Encode(da)
accounts++ accounts++