[bisq-network/bisq] Deactivate confirm buttons once mediation started (#4486)

sqrrm notifications at github.com
Sun Sep 6 16:55:07 UTC 2020


@sqrrm requested changes on this pull request.

Just log need to fix log level

> @@ -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);

Error log is too harsh here, info seems more reasonable.

-- 
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/4486#pullrequestreview-483158255
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200906/69739926/attachment.html>


More information about the bisq-github mailing list