[bisq-network/bisq] Change IP for local node connection to Loopback address (#4373)

QuantumRipple notifications at github.com
Thu Jul 23 20:42:36 UTC 2020


If the local Bitcoin full node is bound to only listen on the loopback interface (127.0.0.1), attempting to open a socket to `InetAddress.getLocalHost()` - the return of which is variable but usually NOT 127.0.0.1 - will not work. Changing to `InetAddress.getLoopbackAddress()` resolves this.

You can view, comment on, or merge this pull request online at:

  https://github.com/bisq-network/bisq/pull/4373

-- Commit Summary --

  * Change IP for local node connection to Loopback address

-- File Changes --

    M core/src/main/java/bisq/core/btc/nodes/LocalBitcoinNode.java (2)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/4373.patch
https://github.com/bisq-network/bisq/pull/4373.diff

-- 
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/4373
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200723/eb4fa039/attachment.html>


More information about the bisq-github mailing list