Skip to content

Commit

Permalink
make blocktime a required value
Browse files Browse the repository at this point in the history
  • Loading branch information
liamaharon committed May 20, 2024
1 parent 00e2962 commit e80f524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/commands/fast_forward.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pub struct Command {
pub n_blocks: u64,

/// The chain blocktime in milliseconds.
#[arg(long, default_value = "6000")]
#[arg(long)]
pub blocktime: u64,

/// Which try-state targets to execute when running this command.
Expand Down

0 comments on commit e80f524

Please sign in to comment.