skip polling if shut down started after acquiring lock

This commit is contained in:
woodser 2025-06-01 15:10:44 -04:00
parent c239f9aac0
commit fc3918f9db
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -2770,8 +2770,9 @@ public abstract class Trade extends XmrWalletBase implements Tradable, Model {
pollInProgress = false;
}
}
saveWalletWithDelay();
}
saveWalletWithDelay();
}
private static boolean isPublished(MoneroTx tx) {