mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-01 04:56:41 -05:00
merge with master
This commit is contained in:
commit
9c79738e69
13 changed files with 475 additions and 122 deletions
|
|
@ -268,7 +268,7 @@ async fn init_monero_wallet(
|
|||
let monero_wallet_rpc = monero::WalletRpc::new(data_dir.join("monero")).await?;
|
||||
|
||||
let monero_wallet_rpc_process = monero_wallet_rpc
|
||||
.run(network, monero_daemon_address.as_str())
|
||||
.run(network, Some(monero_daemon_address))
|
||||
.await?;
|
||||
|
||||
let monero_wallet = monero::Wallet::open_or_create(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue