Skip to content

Commit

Permalink
fix electrum url
Browse files Browse the repository at this point in the history
  • Loading branch information
rajarshimaitra committed Feb 24, 2024
1 parent 1c6ce65 commit 4ca8803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/network/electrum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ use crate::error::Error;

use super::Chain;

pub const DEFAULT_TESTNET_NODE: &str = "electrum.bullbitcoin.com:60002";
pub const DEFAULT_TESTNET_NODE: &str = "electrum.blockstream.info:60002";
pub const DEFAULT_LIQUID_TESTNET_NODE: &str = "blockstream.info:465";
pub const DEFAULT_MAINNET_NODE: &str = "electrum.bullbitcoin.com:50002";
pub const DEFAULT_MAINNET_NODE: &str = "electrum.blockstream.info:50002";
pub const DEFAULT_ELECTRUM_TIMEOUT: u8 = 10;

#[derive(Debug, Clone)]
Expand Down

0 comments on commit 4ca8803

Please sign in to comment.