mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Socks5MultiDiscovery: Shutdown peer discovery methods
This commit is contained in:
parent
bb3acb3fa9
commit
b8c46b1e42
@ -80,6 +80,6 @@ public class Socks5MultiDiscovery implements PeerDiscovery {
|
||||
|
||||
@Override
|
||||
public void shutdown() {
|
||||
//TODO should we add a DnsLookupTor.shutdown() ?
|
||||
discoveryList.forEach(PeerDiscovery::shutdown);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user