mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-11-16 15:58:08 +00:00
ignore error syncing with progress on shut down
This commit is contained in:
parent
ff0ccc21e2
commit
96bcd7547d
1 changed files with 1 additions and 1 deletions
|
@ -1465,7 +1465,7 @@ public class XmrWalletService {
|
|||
try {
|
||||
height = wallet.getHeight(); // can get read timeout while syncing
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
if (!isShutDownStarted) e.printStackTrace();
|
||||
return;
|
||||
}
|
||||
if (height < xmrConnectionService.getTargetHeight()) updateSyncProgress(height);
|
||||
|
|
Loading…
Reference in a new issue