Skip to content

Commit

Permalink
fix: cli conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
atanmarko committed Jul 23, 2024
1 parent 3d47ee4 commit 616598b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zero_bin/leader/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 616598b

Please sign in to comment.