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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/4566#discussion_r496283883">core/src/main/java/bisq/core/trade/protocol/FluentProtocol.java</a>:</p>
<pre style='color:#555'>> +    }
+
+    // Can be used before or after executeTasks
+    public FluentProtocol run(Runnable runnable) {
+        Condition.Result result = condition.getResult();
+        if (result.isValid) {
+            runnable.run();
+        } else if (resultHandler != null) {
+            resultHandler.accept(result);
+        }
+        return this;
+    }
+
+    public FluentProtocol executeTasks() {
+        Condition.Result result = condition.getResult();
+        if (result.isValid) {
</pre>
<p>Ok. Will change.</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/4566#discussion_r496283883">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNSS35X2G4DVT63GUY3SIEJPZANCNFSM4R3L7WRA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNXD4JOP5AACZ2CQVFTSIEJPZA5CNFSM4R3L7WRKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGODWXDYEA.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/4566#discussion_r496283883",
"url": "https://github.com/bisq-network/bisq/pull/4566#discussion_r496283883",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>