Skip to content

Commit

Permalink
Use silentpayments.dev domain name
Browse files Browse the repository at this point in the history
  • Loading branch information
cygnet3 committed Feb 19, 2024
1 parent d2a100e commit be676a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/electrumclient.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use electrum_client::{Client, ConfigBuilder};
use log::info;

const ELECTRS_URI: &str = "ssl://170.75.163.219:51002";
const ELECTRS_URI: &str = "ssl://silentpayments.dev:51002";
const VALIDATE_DOMAIN: bool = false; // self-signed cert, so we don't validate

pub fn create_electrum_client() -> anyhow::Result<Client> {
Expand Down

0 comments on commit be676a1

Please sign in to comment.