mirror of
https://github.com/boldsuck/haveno.git
synced 2024-12-31 21:29: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) {
|
} catch (Exception e) {
|
||||||
ThreadUtils.execute(() -> requestSwitchToNextBestConnection(sourceConnection), getId());
|
ThreadUtils.execute(() -> requestSwitchToNextBestConnection(sourceConnection), getId());
|
||||||
throw e;
|
throw e;
|
||||||
|
|
Loading…
Reference in a new issue