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

Christoph Atteneder notifications at github.com
Mon Jan 20 10:31:13 UTC 2020


ripcurlx 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":

Somehow this command didn't work for me.

-- 
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#pullrequestreview-345213005
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200120/4809fd0f/attachment.html>


More information about the bisq-github mailing list