core/state: fix copy of storageChange

This commit is contained in:
buddh0 2025-05-22 10:30:31 +08:00
parent 0287666b7d
commit 64ccb11d9b

View file

@ -408,6 +408,7 @@ func (ch storageChange) copy() journalEntry {
account: ch.account, account: ch.account,
key: ch.key, key: ch.key,
prevvalue: ch.prevvalue, prevvalue: ch.prevvalue,
origvalue: ch.origvalue,
} }
} }