Switch to public stagenet node that works

The xmr.to node has been unreliable lately. The exan.tech node seems to
working.
pull/288/head
rishflab 3 years ago
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…
Cancel
Save