mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-04-16 06:03:06 -04:00
Update wallet.rs
This commit is contained in:
parent
48abcd5b43
commit
bd3e6136ce
@ -310,6 +310,7 @@ impl Wallet {
|
||||
tracing::warn!(attempt=i, %attempts_left, name = %self.name, %error, "Failed to sync Monero wallet");
|
||||
|
||||
if attempts_left == 0 {
|
||||
tracing::error!(name = %self.name, %error, "Failed to sync Monero wallet");
|
||||
return Err(error);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user