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 16638e9 commit be97571Copy full SHA for be97571
core/state/state_object.go
@@ -383,6 +383,7 @@ func (s *stateObject) deepCopy(db *StateDB) *stateObject {
383
stateObject.code = s.code
384
stateObject.dirtyStorage = s.dirtyStorage.Copy()
385
stateObject.originStorage = s.originStorage.Copy()
386
+ stateObject.pendingStorage = s.pendingStorage.Copy()
387
stateObject.selfDestructed = s.selfDestructed
388
stateObject.dirtyCode = s.dirtyCode
389
stateObject.deleted = s.deleted
0 commit comments