<p></p>
<p><b>@chimp1984</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/4486#discussion_r484171207">core/src/main/java/bisq/core/trade/protocol/TradeProtocol.java</a>:</p>
<pre style='color:#555'>> @@ -420,4 +420,14 @@ private void cleanupTradableOnFault() {
             }
         }
     }
+
+    protected boolean wasDisputed(ErrorMessageHandler errorMessageHandler) {
+        if (trade.getDisputeState() != Trade.DisputeState.NO_DISPUTE) {
+            String msg = "Dispute have been opened once. We do not allow anymore to confirm payment by button click.";
+            log.error(msg);
</pre>
<p>But maybe the method does too much. Should only return a boolean and not handle the true case. I will have a look and maybe add a commit to an open PR.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/4486#discussion_r484171207">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNWN4XLGHZE7BGGX3PTSERLE7ANCNFSM4Q3SP7IQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNX7UAHOCJ3VLZFSEY3SERLE7A5CNFSM4Q3SP7I2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGODTGXSXA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/4486#discussion_r484171207",
"url": "https://github.com/bisq-network/bisq/pull/4486#discussion_r484171207",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>