Skip to content

Commit

Permalink
including missed change on statedb
Browse files Browse the repository at this point in the history
  • Loading branch information
lucca30 committed Feb 20, 2025
1 parent 2b0c071 commit b29072c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/state/statedb.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
})
}
Expand Down

0 comments on commit b29072c

Please sign in to comment.