Skip to content

Commit

Permalink
fix flag usage
Browse files Browse the repository at this point in the history
  • Loading branch information
curryxbo committed Nov 26, 2024
1 parent c5f375a commit cb1a360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/flags/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ var (

ChallengeEnable = cli.BoolFlag{
Name: "validator.challengeEnable",
Usage: "Enable the validator mode",
Usage: "Enable the validator challenge",
EnvVar: prefixEnvVar("VALIDATOR_CHALLENGE_ENABLE"),
}

Expand Down

0 comments on commit cb1a360

Please sign in to comment.