Skip to content

Commit 902cb71

Browse files
committed
fix iterativeDump.OnAccount
1 parent bfa7abc commit 902cb71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/state/dump.go

+1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ func (d iterativeDump) OnAccount(addr common.Address, account DumpAccount) {
107107
Root: account.Root,
108108
KeccakCodeHash: account.KeccakCodeHash,
109109
PoseidonCodeHash: account.PoseidonCodeHash,
110+
CodeSize: account.CodeSize,
110111
Code: account.Code,
111112
Storage: account.Storage,
112113
SecureKey: account.SecureKey,

0 commit comments

Comments
 (0)