mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01:00
Fix merge conflicts
This commit is contained in:
parent
ff1380481d
commit
d84122259b
1 changed files with 1 additions and 2 deletions
|
@ -235,7 +235,7 @@ public class WalletAppSetup {
|
|||
}, 1);
|
||||
});
|
||||
|
||||
tradeManager.getTradableList().stream()
|
||||
tradeManager.getTradesAsObservableList().stream()
|
||||
.filter(trade -> trade.getOffer() != null)
|
||||
.forEach(trade -> {
|
||||
String details = null;
|
||||
|
@ -255,7 +255,6 @@ public class WalletAppSetup {
|
|||
rejectedTxErrorMessageHandler.accept(Res.get("popup.warning.trade.txRejected",
|
||||
finalDetails, trade.getShortId(), txId));
|
||||
}
|
||||
tradeManager.addTradeToFailedTrades(trade);
|
||||
}, 1);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue