From 616598bd75a7c2b2c7f251504808deff21db34a7 Mon Sep 17 00:00:00 2001 From: Marko Atanasievski Date: Tue, 23 Jul 2024 16:23:48 +0200 Subject: [PATCH] fix: cli conflict --- zero_bin/leader/src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zero_bin/leader/src/cli.rs b/zero_bin/leader/src/cli.rs index 0c83a94f1..14ced2e6b 100644 --- a/zero_bin/leader/src/cli.rs +++ b/zero_bin/leader/src/cli.rs @@ -75,7 +75,7 @@ pub(crate) enum Command { save_inputs_on_error: bool, /// Network block time in milliseconds. This value is used /// to determine the blockchain node polling interval. - #[arg(short, long, env = "ZERO_BIN_BLOCK_TIME", default_value_t = 2000)] + #[arg(long, env = "ZERO_BIN_BLOCK_TIME", default_value_t = 2000)] block_time: u64, /// Keep intermediate proofs. Default action is to /// delete them after the final proof is generated.