fix storageChange.copy()

This commit is contained in:
Klimov Sergey 2025-05-14 05:14:34 +08:00 committed by GitHub
parent c53db5e1f6
commit 02234a62fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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,
} }
} }