Skip to content

Commit

Permalink
Merge pull request #6535 from jmacxx/fix_issue_6534
Browse files Browse the repository at this point in the history
Fix: allow funds received in trade payout to be used for trading.
  • Loading branch information
ripcurlx authored Jan 24, 2023
2 parents e9ea270 + 8744f14 commit 0fd1480
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,11 @@ protected void addContent() {
.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();
}

Expand Down

0 comments on commit 0fd1480

Please sign in to comment.