From d472689fa2db322720af2c46b8113da963f3d1a4 Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Tue, 25 Feb 2025 11:48:41 +1100 Subject: [PATCH] Fix flag --- beacon_node/src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_node/src/cli.rs b/beacon_node/src/cli.rs index 00fa726757..e86cc3b42c 100644 --- a/beacon_node/src/cli.rs +++ b/beacon_node/src/cli.rs @@ -558,7 +558,7 @@ pub fn cli_app() -> Command { .long("disable-attesting") .help("Turn off attestation related APIs so that we have some hope of producing \ blocks") - .action(ArgAction::Set) + .action(ArgAction::SetTrue) .display_order(0) ) .arg(