Skip to content

Commit

Permalink
chore: fix panic
Browse files Browse the repository at this point in the history
  • Loading branch information
freak12techno committed Jun 2, 2021
1 parent 45c68a3 commit 1489957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validators.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func ValidatorsHandler(w http.ResponseWriter, r *http.Request, grpcConn *grpc.Cl
Help: "Commission of the Cosmos-based blockchain validator",
ConstLabels: ConstLabels,
},
[]string{"address", "moniker", "denom"},
[]string{"address", "moniker"},
)

validatorsStatusGauge := prometheus.NewGaugeVec(
Expand Down

0 comments on commit 1489957

Please sign in to comment.