mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +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.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
|
||||
|
|
|
|||
Loading…
Reference in a new issue