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:
rishflab 2021-03-05 15:11:32 +11:00
parent ed6dc924c9
commit 754159c9f8

View File

@ -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 {