Skip to content

Commit

Permalink
always poll trade wallet on sync and poll
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Oct 16, 2024
1 parent 6b3e9fe commit 54bccf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/haveno/core/trade/Trade.java
Original file line number Diff line number Diff line change
Expand Up @@ -2438,7 +2438,7 @@ private void syncWallet(boolean pollWallet) {
}
}

if (pollWallet) pollWallet();
if (pollWallet) doPollWallet();
} catch (Exception e) {
ThreadUtils.execute(() -> requestSwitchToNextBestConnection(sourceConnection), getId());
throw e;
Expand Down

0 comments on commit 54bccf7

Please sign in to comment.