Skip to content

Commit

Permalink
fix bitcoin network param
Browse files Browse the repository at this point in the history
  • Loading branch information
zupzup committed Feb 15, 2025
1 parent 5c68156 commit abce38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub struct Config {
pub surreal_db_connection: String,
#[arg(default_value_t = false, long, env = "TERMINAL_CLIENT")]
pub terminal_client: bool,
#[arg(default_value_t = String::from("bitcoin_network"), env = "BITCOIN_NETWORK")]
#[arg(default_value_t = String::from("testnet"), long, env = "BITCOIN_NETWORK")]
pub bitcoin_network: String,
#[arg(default_value_t = String::from("ws://localhost:8080"), long, env = "NOSTR_RELAY")]
pub nostr_relay: String,
Expand Down

0 comments on commit abce38f

Please sign in to comment.