[bisq-network/bisq] Build out 'createoffer' API method (#4559)

Stan notifications at github.com
Fri Oct 2 18:08:19 UTC 2020


@ghubstan commented on this pull request.



> @@ -65,7 +67,7 @@ protected void failed(String message) {
 
     protected void failed(Throwable t) {
         log.error(errorMessage, t);
-        taskHandler.handleErrorMessage(errorMessage);
+        taskHandler.handleErrorMessage(format("%s: %s", errorMessage, t.getMessage()));

I reverted it, then pushed a change (631c3f4) -> `taskHandler.handleErrorMessage(t.getMessage());`, which is what I meant to do in the first place.  Now, the verbose msg in logged on the server, but just the exception msg is passed up to clients.

-- 
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/4559#discussion_r498972839
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20201002/d5755a17/attachment.html>


More information about the bisq-github mailing list