Skip to content

Commit 8781e93

Browse files
authored
core/state: fix copy of storageChange (ethereum#31874)
Missing field origvalue when copying storageChange.
1 parent 8f598e8 commit 8781e93

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
@@ -408,6 +408,7 @@ func (ch storageChange) copy() journalEntry {
408408
account: ch.account,
409409
key: ch.key,
410410
prevvalue: ch.prevvalue,
411+
origvalue: ch.origvalue,
411412
}
412413
}
413414

0 commit comments

Comments
 (0)