mirror of
https://github.com/retoaccess1/haveno-reto.git
synced 2024-12-05 01:13:29 +01: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 {
|
||||
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 New Issue
Block a user