Skip to content

Commit

Permalink
cli: make testnet default value unambiguous
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jul 16, 2024
1 parent 0d14935 commit daf7327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/opts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ pub struct GeneralOpts {
pub data_dir: PathBuf,

/// Network to use.
#[arg(short, long, global = true, default_value = "testnet", env = "LNPBP_NETWORK")]
#[arg(short, long, global = true, default_value = "testnet3", env = "LNPBP_NETWORK")]
pub network: Network,
}

Expand Down

0 comments on commit daf7327

Please sign in to comment.