mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-19 19:30:44 +00:00
Merge branch 'master' into fix/raw-tx-null-not-found
This commit is contained in:
commit
300b36f29d
1 changed files with 1 additions and 0 deletions
|
|
@ -922,6 +922,7 @@ func dumpState(ctx *cli.Context) error {
|
|||
for stIt.Next() {
|
||||
da.Storage[stIt.Hash()] = common.Bytes2Hex(stIt.Slot())
|
||||
}
|
||||
stIt.Release()
|
||||
}
|
||||
enc.Encode(da)
|
||||
accounts++
|
||||
|
|
|
|||
Loading…
Reference in a new issue