mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
core/state: fix double-increment of accountLoaded counter (#31493)
This commit is contained in:
parent
c49aadc4b6
commit
c1ff2d8ba9
1 changed files with 0 additions and 1 deletions
|
|
@ -600,7 +600,6 @@ 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