diff --git a/cli/src/commands/start.rs b/cli/src/commands/start.rs index ab9b7666ec..ad2b1a7825 100644 --- a/cli/src/commands/start.rs +++ b/cli/src/commands/start.rs @@ -138,7 +138,7 @@ pub struct Start { #[clap(long)] pub dev_num_validators: Option, /// 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")]