mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-07 14:42:51 -04:00
update onion address
This commit is contained in:
parent
0d9e0d0f31
commit
88ab1419fa
2 changed files with 1 additions and 6 deletions
|
@ -230,11 +230,6 @@ public class P2PService {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
public void protocol() {
|
|
||||||
// networkNode.start
|
|
||||||
// onTorNodeReady: sendGetAllDataMessage
|
|
||||||
// onHiddenServiceReady: tryStartAuthentication
|
|
||||||
}
|
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////////////////
|
||||||
// API
|
// API
|
||||||
|
|
|
@ -9,7 +9,7 @@ public class SeedNodesRepository {
|
||||||
|
|
||||||
|
|
||||||
protected List<Address> torSeedNodeAddresses = Arrays.asList(
|
protected List<Address> torSeedNodeAddresses = Arrays.asList(
|
||||||
new Address("3anjm5mw2sr6abx6.onion:8001")
|
new Address("lmvdenjkyvx2ovga.onion:8001")
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue