Skip to content

Commit

Permalink
Update chainparams.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Liquid369 committed Jul 2, 2019
1 parent a8f87c1 commit 0c66893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ class CMainParams : public CChainParams
//vSeeds.push_back(CDNSSeedData("207.246.118.245", "207.246.118.245")); // Secondary DNS Seeder
//vSeeds.push_back(CDNSSeedData("139.180.216.73", "139.180.216.73")); // Single node address
vSeeds.push_back(CDNSSeedData("seeds.dogec.xyz", "seeds.dogec.xyz"));
// vSeeds.push_back(CDNSSeedData("", "")); // Single node address
vSeeds.push_back(CDNSSeedData("x9.seeds.dogec.io", "x9.seeds.dogec.io")); // Single node address
// vSeeds.push_back(CDNSSeedData("", "")); // Single node address

base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1, 30);
Expand Down

0 comments on commit 0c66893

Please sign in to comment.