mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 22:45:21 +01:00
Re-apply "Fix wrong network ID for Dash"
This commit essentially cherry-picks the changes made in ea8cbc1
,
re-applying them after the renaming of CoreSeedNodesRepository =>
DefaultSeedNodeRepository that happened earlier on this branch. The
other changes made in that original commit are no longer relevant here,
or have already been made in earlier commits on this refactoring branch.
This commit is contained in:
parent
cef131151c
commit
47c7c4fb46
1 changed files with 2 additions and 2 deletions
|
@ -95,8 +95,8 @@ class DefaultSeedNodeAddresses {
|
|||
new NodeAddress("pklgy3vdfn3obkur.onion:8003"),
|
||||
|
||||
// DASH mainnet
|
||||
new NodeAddress("toeu5ikb27ydscxt.onion:8009"),
|
||||
new NodeAddress("ae4yvaivhnekkhqf.onion:8009")
|
||||
new NodeAddress("toeu5ikb27ydscxt.onion:8006"),
|
||||
new NodeAddress("ae4yvaivhnekkhqf.onion:8006")
|
||||
);
|
||||
|
||||
private DefaultSeedNodeAddresses() {
|
||||
|
|
Loading…
Add table
Reference in a new issue