mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-24 14:50:28 -04:00
skip polling if shut down started after acquiring lock
This commit is contained in:
parent
c239f9aac0
commit
fc3918f9db
1 changed files with 2 additions and 1 deletions
|
@ -2770,8 +2770,9 @@ public abstract class Trade extends XmrWalletBase implements Tradable, Model {
|
|||
pollInProgress = false;
|
||||
}
|
||||
}
|
||||
saveWalletWithDelay();
|
||||
}
|
||||
|
||||
saveWalletWithDelay();
|
||||
}
|
||||
|
||||
private static boolean isPublished(MoneroTx tx) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue