mirror of
https://github.com/boldsuck/haveno.git
synced 2024-12-22 12:09:22 +00:00
always poll trade wallet on sync and poll
This commit is contained in:
parent
5d85335dc7
commit
7094dfcc09
1 changed files with 1 additions and 1 deletions
|
@ -2438,7 +2438,7 @@ public abstract class Trade extends XmrWalletBase implements Tradable, Model {
|
|||
}
|
||||
}
|
||||
|
||||
if (pollWallet) pollWallet();
|
||||
if (pollWallet) doPollWallet();
|
||||
} catch (Exception e) {
|
||||
ThreadUtils.execute(() -> requestSwitchToNextBestConnection(sourceConnection), getId());
|
||||
throw e;
|
||||
|
|
Loading…
Reference in a new issue