Skip to content

Commit

Permalink
using mainnet rather than bitcoin in the output of the help command
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrichard committed Jan 9, 2023
1 parent 1faf361 commit 4a7a2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teos/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pub struct Opt {
#[structopt(long)]
pub rpc_port: Option<u16>,

/// Network bitcoind is connected to. Either bitcoin, testnet, signet or regtest [default: bitcoin]
/// Network bitcoind is connected to. Either mainnet, testnet, signet or regtest [default: mainnet]
#[structopt(long)]
pub btc_network: Option<String>,

Expand Down

0 comments on commit 4a7a2e0

Please sign in to comment.