Skip to content

Commit a26de77

Browse files
authored
Merge pull request #2369 from CortexFoundation/dev
core/state: fix copy of storageChange
2 parents 4cb8616 + 0f6167c commit a26de77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)