mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-10-01 01:35:48 -04:00
ignore error syncing with progress on shut down
This commit is contained in:
parent
ff0ccc21e2
commit
96bcd7547d
@ -1465,7 +1465,7 @@ public class XmrWalletService {
|
|||||||
try {
|
try {
|
||||||
height = wallet.getHeight(); // can get read timeout while syncing
|
height = wallet.getHeight(); // can get read timeout while syncing
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
if (!isShutDownStarted) e.printStackTrace();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (height < xmrConnectionService.getTargetHeight()) updateSyncProgress(height);
|
if (height < xmrConnectionService.getTargetHeight()) updateSyncProgress(height);
|
||||||
|
Loading…
Reference in New Issue
Block a user