Skip to content

Commit

Permalink
Merge pull request #171 from weareseba/bugfix/btcnetwork
Browse files Browse the repository at this point in the history
using mainnet rather than bitcoin in the output of the help command
  • Loading branch information
sr-gi authored Jan 10, 2023
2 parents 1faf361 + 4a7a2e0 commit 909a0da
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 909a0da

Please sign in to comment.