mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-27 00:07:56 +01:00
Prevent failure of testConvertClearNode() on some machines, caused by use of InetAddress.getHostName on the mock peer address. This does a reverse DNS lookup and potentially returns something other than the expected "192.168.0.1" string. Also avoid an unnecessary getHostName() call on the SOCKS5 Tor proxy InetAddress in WalletConfig, by using an alternative InetSocketAddress constructor. |
||
---|---|---|
.. | ||
java/bisq/core | ||
resources |