mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +00:00
including missed change on statedb
This commit is contained in:
parent
2b0c071db7
commit
b29072c21e
1 changed files with 1 additions and 0 deletions
|
|
@ -994,6 +994,7 @@ func (s *StateDB) getStateObject(addr common.Address) *stateObject {
|
|||
// Insert into the live set
|
||||
obj := newObject(s, addr, acct)
|
||||
s.setStateObject(obj)
|
||||
s.AccountLoaded++
|
||||
return obj
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue