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

jmacxx notifications at github.com
Thu Aug 12 13:59:06 CEST 2021


@jmacxx 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"))

The `payoutDone` guard works fine, and it issues the log warning about avoiding double payouts.  However I cannot get this warning popup to show - so it seems redundant.  

-- 
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#pullrequestreview-728508463
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20210812/6f6821dd/attachment.htm>


More information about the bisq-github mailing list