Updates dns.testnet.z.cash -> dnsseed.testnet.z.cash

People seem to agree that dnsseed.* is a more intuitive address.
The original address was committed to beta1 as a result of a misunderstanding.
The DNS seeder service will be updated to coincide with at beta2 release.
This commit is contained in:
Kevin Gallagher 2016-09-26 14:34:26 -07:00
parent c470cdf70b
commit 9fc324a139
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ public:
vFixedSeeds.clear();
vSeeds.clear();
vSeeds.push_back(CDNSSeedData("z.cash", "dns.testnet.z.cash")); // Zcash
vSeeds.push_back(CDNSSeedData("z.cash", "dnsseed.testnet.z.cash")); // Zcash
base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,111);
base58Prefixes[SCRIPT_ADDRESS] = std::vector<unsigned char>(1,196);