mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
update onion address
This commit is contained in:
parent
0d9e0d0f31
commit
88ab1419fa
@ -230,11 +230,6 @@ public class P2PService {
|
||||
});
|
||||
}
|
||||
|
||||
public void protocol() {
|
||||
// networkNode.start
|
||||
// onTorNodeReady: sendGetAllDataMessage
|
||||
// onHiddenServiceReady: tryStartAuthentication
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////
|
||||
// API
|
||||
|
@ -9,7 +9,7 @@ public class SeedNodesRepository {
|
||||
|
||||
|
||||
protected List<Address> torSeedNodeAddresses = Arrays.asList(
|
||||
new Address("3anjm5mw2sr6abx6.onion:8001")
|
||||
new Address("lmvdenjkyvx2ovga.onion:8001")
|
||||
);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user