Skip to content

Commit c1ff2d8

Browse files
authored
core/state: fix double-increment of accountLoaded counter (#31493)
1 parent c49aadc commit c1ff2d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/state/statedb.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,6 @@ func (s *StateDB) getStateObject(addr common.Address) *stateObject {
600600
// Insert into the live set
601601
obj := newObject(s, addr, acct)
602602
s.setStateObject(obj)
603-
s.AccountLoaded++
604603
return obj
605604
}
606605

0 commit comments

Comments
 (0)