diff --git a/core/state/journal.go b/core/state/journal.go index 0155967a7f..06d02ccf94 100644 --- a/core/state/journal.go +++ b/core/state/journal.go @@ -401,6 +401,7 @@ func (ch storageChange) copy() journalEntry { account: ch.account, key: ch.key, prevvalue: ch.prevvalue, + origvalue: ch.origvalue, } }