Revert "Refresh monero monitoring wallet at startup to ensure daemon is is av…"

pull/1438/head
binarybaron 9 months ago committed by GitHub
parent a34c112622
commit 2e1909685d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -541,11 +541,6 @@ async fn init_monero_wallet(
)
.await?;
monero_wallet
.refresh()
.await
.context("Failed to connect to monero daemon")?;
Ok((monero_wallet, monero_wallet_rpc_process))
}

Loading…
Cancel
Save