mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-11-27 06:56:26 -05:00
v0.3.4
This commit is contained in:
parent
96090b71ad
commit
86284fe644
30 changed files with 135 additions and 115 deletions
|
|
@ -23,11 +23,6 @@ public abstract class TorNode<M extends OnionProxyManager, C extends OnionProxyC
|
|||
private static final Logger log = LoggerFactory.getLogger(TorNode.class);
|
||||
|
||||
private final OnionProxyManager tor;
|
||||
|
||||
public Socks5Proxy getProxy() {
|
||||
return proxy;
|
||||
}
|
||||
|
||||
private final Socks5Proxy proxy;
|
||||
|
||||
public TorNode(M mgr) throws IOException {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue