diff --git a/core/state/state_object.go b/core/state/state_object.go index b3c37f6541..40714908ed 100644 --- a/core/state/state_object.go +++ b/core/state/state_object.go @@ -383,6 +383,7 @@ func (s *stateObject) deepCopy(db *StateDB) *stateObject { stateObject.code = s.code stateObject.dirtyStorage = s.dirtyStorage.Copy() stateObject.originStorage = s.originStorage.Copy() + stateObject.pendingStorage = s.pendingStorage.Copy() stateObject.selfDestructed = s.selfDestructed stateObject.dirtyCode = s.dirtyCode stateObject.deleted = s.deleted