Skip to content

Commit 0f6167c

Browse files
buddh0ucwong
authored andcommitted
core/state: fix copy of storageChange (#31874)
Missing field origvalue when copying storageChange.
1 parent 6d1e62f commit 0f6167c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/state/journal.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,7 @@ func (ch storageChange) copy() journalEntry {
401401
account: ch.account,
402402
key: ch.key,
403403
prevvalue: ch.prevvalue,
404+
origvalue: ch.origvalue,
404405
}
405406
}
406407

0 commit comments

Comments
 (0)