mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-05-02 14:46:22 -04:00
v0.3.4
This commit is contained in:
parent
96090b71ad
commit
86284fe644
30 changed files with 135 additions and 115 deletions
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<artifactId>parent</artifactId>
|
||||
<groupId>io.bitsquare</groupId>
|
||||
<version>0.3.4-SNAPSHOT</version>
|
||||
<version>0.3.4</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
@ -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