Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrower95 committed Aug 30, 2024
1 parent 032173a commit 17916a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func main() {
BeaconNodeFlag,
&cli.Float64Flag{
Name: "tolerance",
Value: DEFAULT_HEALTHCHECK_TOLERANCE, // default: 5
Value: DefaultHealthcheckTolerance, // default: 5
Usage: "The percentage balance deviation to tolerate when deciding whether an eigenpod should be corrected. Default is 5% (e.g --tolerance 5).",
Destination: &tolerance,
},
Expand Down

0 comments on commit 17916a9

Please sign in to comment.