merge with master

This commit is contained in:
Lorenzo Tucci 2023-10-01 13:39:43 +03:00
commit 9c79738e69
No known key found for this signature in database
GPG key ID: D98C4FA2CDF590A0
13 changed files with 475 additions and 122 deletions

View file

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