We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4cb8616 + 0f6167c commit a26de77Copy full SHA for a26de77
1 file changed
core/state/journal.go
@@ -401,6 +401,7 @@ func (ch storageChange) copy() journalEntry {
401
account: ch.account,
402
key: ch.key,
403
prevvalue: ch.prevvalue,
404
+ origvalue: ch.origvalue,
405
}
406
407
0 commit comments