Skip to content

Commit

Permalink
Merge #1438
Browse files Browse the repository at this point in the history
1438: Revert "Refresh monero monitoring wallet at startup to ensure daemon is is av…" r=binarybaron a=binarybaron

Reverts #1436

Co-authored-by: binarybaron <86064887+binarybaron@users.noreply.github.com>
  • Loading branch information
bors[bot] and binarybaron authored Sep 1, 2023
2 parents a34c112 + 2e19096 commit 5b16236
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions swap/src/bin/swap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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))
}

Expand Down

0 comments on commit 5b16236

Please sign in to comment.