Skip to content

Commit

Permalink
bugfix metric balance init
Browse files Browse the repository at this point in the history
  • Loading branch information
sideninja committed Aug 29, 2024
1 parent d2a1b06 commit 1e0160f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metrics/collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ func NewCollector(logger zerolog.Logger) Collector {
evmBlockHeight: evmBlockHeight,
evmAccountCallCounters: evmAccountCallCounters,
requestDurations: requestDurations,
operatorBalance: operatorBalance,
}
}

Expand Down

0 comments on commit 1e0160f

Please sign in to comment.