mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-05 13:14:25 -04:00
Refactor pending trades steps subviews
This commit is contained in:
parent
de79eba7f0
commit
e2e5a6864f
28 changed files with 1398 additions and 1097 deletions
|
@ -23,6 +23,11 @@ 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