mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-16 01:40:44 +00:00
parent
16638e9e17
commit
be97571471
1 changed files with 1 additions and 0 deletions
|
|
@ -383,6 +383,7 @@ func (s *stateObject) deepCopy(db *StateDB) *stateObject {
|
||||||
stateObject.code = s.code
|
stateObject.code = s.code
|
||||||
stateObject.dirtyStorage = s.dirtyStorage.Copy()
|
stateObject.dirtyStorage = s.dirtyStorage.Copy()
|
||||||
stateObject.originStorage = s.originStorage.Copy()
|
stateObject.originStorage = s.originStorage.Copy()
|
||||||
|
stateObject.pendingStorage = s.pendingStorage.Copy()
|
||||||
stateObject.selfDestructed = s.selfDestructed
|
stateObject.selfDestructed = s.selfDestructed
|
||||||
stateObject.dirtyCode = s.dirtyCode
|
stateObject.dirtyCode = s.dirtyCode
|
||||||
stateObject.deleted = s.deleted
|
stateObject.deleted = s.deleted
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue