[bisq-network/bisq] Avoid creating more than one refund payout (#5649)

sqrrm notifications at github.com
Thu Aug 12 14:37:22 CEST 2021


@sqrrm commented on this pull request.



> @@ -673,6 +673,13 @@ private void addButtons(Contract contract) {
     }
 
     private void showPayoutTxConfirmation(Contract contract, DisputeResult disputeResult, ResultHandler resultHandler) {
+        if (dispute.isPayoutDone()) {
+            new Popup().headLine(Res.get("disputeSummaryWindow.close.alreadyPaid.headline"))

You get this warning if you try to do a payout on the same user twice without closing the counterparty ticket first. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/5649#discussion_r687670411
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20210812/ef0bc7a6/attachment.htm>


More information about the bisq-github mailing list