Test URL creation for default electrum HTTP API

This commit is contained in:
rishflab 2021-02-16 11:48:46 +11:00
parent d296c22ecf
commit bc1d2bda54
2 changed files with 42 additions and 4 deletions

View file

@ -11,7 +11,7 @@ use std::{
use tracing::info;
use url::Url;
const DEFAULT_ELECTRUM_HTTP_URL: &str = "https://blockstream.info/testnet/api/";
pub const DEFAULT_ELECTRUM_HTTP_URL: &str = "https://blockstream.info/testnet/api/";
const DEFAULT_ELECTRUM_RPC_URL: &str = "ssl://electrum.blockstream.info:60002";
const DEFAULT_MONERO_WALLET_RPC_TESTNET_URL: &str = "http://127.0.0.1:38083/json_rpc";