Skip to content

Commit

Permalink
fix activePeerGauge
Browse files Browse the repository at this point in the history
  • Loading branch information
JukLee0ira committed Jan 21, 2025
1 parent 59fa4f5 commit 6d5aefa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var (
)

var (
activePeerGauge *metrics.Gauge
activePeerGauge *metrics.Gauge = metrics.NewGauge()

// general ingress/egress connection meters
// serveMeter *metrics.Meter = metrics.NewMeter()
Expand Down

0 comments on commit 6d5aefa

Please sign in to comment.