mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +00:00
core/state: fix double-increment of accountLoaded counter (#31493)
This commit is contained in:
parent
ca367d16bf
commit
2b1486186f
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