mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-07-08 15:49:48 -04:00
Update wallet.rs
This commit is contained in:
parent
48abcd5b43
commit
bd3e6136ce
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue