Skip to content

Commit

Permalink
Set default value for SignerCmd::min_blocks_per_checkpoint to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
mappum committed Feb 14, 2024
1 parent 85254fd commit 29dd138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/nomic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1234,7 +1234,7 @@ pub struct SignerCmd {
/// network produces checkpoints (higher values cause less frequent checkpoints).
///
/// Signatures will always be contributed to previously completed checkpoints.
#[clap(long, default_value_t = 12)]
#[clap(long, default_value_t = 6)]
min_blocks_per_checkpoint: u64,

#[clap(long)]
Expand Down

0 comments on commit 29dd138

Please sign in to comment.