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:
Chris Beams 2018-03-10 11:01:23 +01:00
parent cef131151c
commit 47c7c4fb46
No known key found for this signature in database
GPG key ID: 3D214F8F5BC5ED73

View file

@ -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() {