[bisq-network/bisq] Add cancel trade feature (#4514)

chimp1984 notifications at github.com
Thu Sep 17 01:06:46 UTC 2020


@chimp1984 commented on this pull request.



> +    }
+
+    private void rejectCancelTradeRequest() {
+        manager.rejectCancelTradeRequest(trade,
+                () -> {
+                }, errorMessage -> {
+                });
+    }
+
+
+    private void onCanceledTradeStateChanged(CanceledTradeState newValue) {
+        log.error("onCanceledTradeStateChanged {} {}", newValue, trade.getId());
+        if (newValue == null) {
+            return;
+        }
+        switch (newValue) {

I think you reviewed an old version. 

-- 
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/4514#discussion_r489840895
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200916/eed42314/attachment.html>


More information about the bisq-github mailing list