We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ef835 commit 05347b3Copy full SHA for 05347b3
core/state/state_object.go
@@ -379,6 +379,7 @@ func (s *stateObject) deepCopy(db *StateDB) *stateObject {
379
stateObject.code = s.code
380
stateObject.dirtyStorage = s.dirtyStorage.Copy()
381
stateObject.originStorage = s.originStorage.Copy()
382
+ stateObject.pendingStorage = s.pendingStorage.Copy()
383
stateObject.suicided = s.suicided
384
stateObject.dirtyCode = s.dirtyCode
385
stateObject.deleted = s.deleted
0 commit comments