Skip to content

Commit

Permalink
Fix comment on DisableAccountMetricFlag (#7748)
Browse files Browse the repository at this point in the history
  • Loading branch information
potuz committed Nov 9, 2020
1 parent 8cac198 commit 1c5d533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/flags/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const (
)

var (
// DisableAccountMetricsFlag defines the graffiti value included in proposed blocks, default false.
// DisableAccountMetricsFlag disables the prometheus metrics for validator accounts, default false.
DisableAccountMetricsFlag = &cli.BoolFlag{
Name: "disable-account-metrics",
Usage: "Disable prometheus metrics for validator accounts. Operators with high volumes " +
Expand Down

0 comments on commit 1c5d533

Please sign in to comment.