[bisq-network/bisq] Add local Bitcoin node configuration detection (#3982)

dmos62 notifications at github.com
Tue Feb 18 11:19:57 UTC 2020


I have made some changes to satisfy one of two Codacy complaints, and to make the other clearer. It's a future callback that does nothing in case of failure, so `onFailure` is implemented, as required, but empty. So I put in a semi-colon to signify that it's meant to be empty:

            public void onFailure(Throwable thr) {  
                ;                                                
            }

I guess, I could have also did `public void onFailure(Throwable thr) {}`, and I think that was the original, but I passed the files through IntelliJ's reformatter and it forced a multiline declaration.

-- 
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/3982#issuecomment-587412839
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200218/24a133c6/attachment.html>


More information about the bisq-github mailing list