Skip to content

Commit 6860ef2

Browse files
committed
core/state: the metric of accountLoaded added once more
Signed-off-by: jsvisa <[email protected]>
1 parent c49aadc commit 6860ef2

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)