Skip to content

Commit

Permalink
Explicitly set default --dev-traffic value
Browse files Browse the repository at this point in the history
  • Loading branch information
vicsn committed Mar 3, 2024
1 parent 71230f2 commit d3cc72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/commands/start.rs
Expand Up @@ -138,7 +138,7 @@ pub struct Start {
#[clap(long)]
pub dev_num_validators: Option<u16>,
/// If developtment mode is enabled, specify whether node 0 should generate traffic to drive the network
#[clap(long = "dev-traffic")]
#[clap(default_value = "false", long = "dev-traffic")]
pub dev_traffic: bool,
/// Specify the path to a directory containing the ledger
#[clap(long = "storage_path")]
Expand Down

0 comments on commit d3cc72b

Please sign in to comment.