diff --git a/core/state/state_object.go b/core/state/state_object.go index f24702e4c2..31e017f991 100644 --- a/core/state/state_object.go +++ b/core/state/state_object.go @@ -403,6 +403,7 @@ func (s *stateObject) deepCopy(db *StateDB, onDirty func(addr common.Address)) * 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