mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 06:55:08 +01:00
Merge pull request #6535 from jmacxx/fix_issue_6534
Fix: allow funds received in trade payout to be used for trading.
This commit is contained in:
commit
0fd1480b6b
1 changed files with 1 additions and 2 deletions
|
@ -134,12 +134,11 @@ public class BuyerStep4View extends TradeStepView {
|
|||
.autoClose()
|
||||
.show();
|
||||
}
|
||||
model.dataModel.btcWalletService.swapTradeEntryToAvailableEntry(trade.getId(), AddressEntry.Context.TRADE_PAYOUT);
|
||||
}
|
||||
|
||||
private void handleTradeCompleted() {
|
||||
closeButton.setDisable(true);
|
||||
model.dataModel.btcWalletService.swapTradeEntryToAvailableEntry(trade.getId(), AddressEntry.Context.TRADE_PAYOUT);
|
||||
|
||||
openTradeFeedbackWindow();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue