mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
Patch deprecated Networknode
This commit is contained in:
parent
14ef76124c
commit
5e96b8ebe2
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ public class MonitorP2PService implements SetupListener, PersistedDataHost {
|
|||
|
||||
@Override
|
||||
public void onTorNodeReady() {
|
||||
socks5ProxyProvider.setSocks5ProxyInternal(networkNode.getSocksProxy());
|
||||
socks5ProxyProvider.setSocks5ProxyInternal(networkNode);
|
||||
listener.onTorNodeReady();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue