always poll trade wallet on sync and poll

This commit is contained in:
woodser 2024-10-15 22:31:00 -04:00
parent 5d85335dc7
commit 7094dfcc09

View file

@ -2438,7 +2438,7 @@ public abstract class Trade extends XmrWalletBase implements Tradable, Model {
} }
} }
if (pollWallet) pollWallet(); if (pollWallet) doPollWallet();
} catch (Exception e) { } catch (Exception e) {
ThreadUtils.execute(() -> requestSwitchToNextBestConnection(sourceConnection), getId()); ThreadUtils.execute(() -> requestSwitchToNextBestConnection(sourceConnection), getId());
throw e; throw e;