From 17916a94780942d63ed59211ca34b135792e1be0 Mon Sep 17 00:00:00 2001 From: Justin Brower Date: Fri, 30 Aug 2024 15:31:08 -0400 Subject: [PATCH] typo --- cli/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/main.go b/cli/main.go index 08d60462..99fed8b2 100644 --- a/cli/main.go +++ b/cli/main.go @@ -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, },