ignore error syncing with progress on shut down

This commit is contained in:
woodser 2024-07-06 08:46:45 -04:00
parent ff0ccc21e2
commit 96bcd7547d

View file

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