From 2e1909685da2b34165f19a4b4163e1b40b974e28 Mon Sep 17 00:00:00 2001 From: binarybaron <86064887+binarybaron@users.noreply.github.com> Date: Fri, 1 Sep 2023 17:36:00 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"Refresh=20monero=20monitoring=20walle?= =?UTF-8?q?t=20at=20startup=20to=20ensure=20daemon=20is=20is=20av=E2=80=A6?= =?UTF-8?q?"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- swap/src/bin/swap.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/swap/src/bin/swap.rs b/swap/src/bin/swap.rs index c1b37d0d..33c718c3 100644 --- a/swap/src/bin/swap.rs +++ b/swap/src/bin/swap.rs @@ -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)) }