Skip to content

Commit

Permalink
state commit
Browse files Browse the repository at this point in the history
  • Loading branch information
freemanzMrojo committed Dec 10, 2024
1 parent 4bb278a commit 8d1488a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions state/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ func (s *State) getAccount(addr thor.Address) (*Account, error) {
if err != nil {
return nil, err
}
metricAccountCounter().AddWithLabel(1, map[string]string{"type": "read", "target": "stackedmap"})
return v.(*Account), nil
}

Expand Down

0 comments on commit 8d1488a

Please sign in to comment.