[bisq-network/bisq] Refactor option handling (#3889)

Chris Beams notifications at github.com
Mon Jan 20 10:32:16 UTC 2020


cbeams commented on this pull request.



> +                                    paymentAccountId);
+                            result = String.valueOf(success);
+                            break;
+                        } catch (Throwable t) {
+                            log.error(t.toString(), t);
+                            break;
+                        }
+                    case "stop":
+                        result = "Shut down client";
+                        try {
+                            shutdown();
+                        } catch (InterruptedException e) {
+                            log.error(e.toString(), e);
+                        }
+                        break;
+                    case "stopServer":

Please add this comment to https://github.com/bisq-network/bisq/pull/3888.

-- 
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/3889#discussion_r368474775
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200120/77511b27/attachment.html>


More information about the bisq-github mailing list