mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
Merge #288
288: Switch to public stagenet node that works r=rishflab a=rishflab The xmr.to node has been unreliable lately. The exan.tech node seems to working. @da-kami is following up with making this configurable. Lets get this in so we can get a release on Friday. Co-authored-by: rishflab <rishflab@hotmail.com>
This commit is contained in:
commit
2041f367c6
@ -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