Update wallet.rs

This commit is contained in:
binarybaron 2023-12-29 14:13:20 +01:00
parent 48abcd5b43
commit bd3e6136ce
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}
}