mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
Switch to public stagenet node that works
The xmr.to node has been unreliable lately. The exan.tech node seems to working.
This commit is contained in:
parent
ed6dc924c9
commit
754159c9f8
@ -96,7 +96,7 @@ async fn main() -> Result<()> {
|
||||
let monero_wallet_rpc = monero::WalletRpc::new(config.data.dir.join("monero")).await?;
|
||||
|
||||
let monero_wallet_rpc_process = monero_wallet_rpc
|
||||
.run(monero_network, "stagenet.community.xmr.to")
|
||||
.run(monero_network, "monero-stagenet.exan.tech")
|
||||
.await?;
|
||||
|
||||
match args.cmd {
|
||||
|
Loading…
Reference in New Issue
Block a user