Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/maticnetwork/bor into 1.3…
Browse files Browse the repository at this point in the history
….5-candidate
  • Loading branch information
pratikspatil024 committed Aug 12, 2024
2 parents 7646fb5 + 2cdef71 commit bd5ed4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/state/statedb.go
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ func (s *StateDB) createObject(addr common.Address) (newobj, prev *stateObject)
prevAccount, ok := s.accountsOrigin[prev.address]
s.journal.append(resetObjectChange{
account: &addr,
prev: prev,
prev: prev.deepCopy(s),
prevdestruct: prevdestruct,
prevAccount: s.accounts[prev.addrHash],
prevStorage: s.storages[prev.addrHash],
Expand Down

0 comments on commit bd5ed4c

Please sign in to comment.