Skip to content

Commit

Permalink
Remove my testnet DNS seed as I currently don't have the capacity to …
Browse files Browse the repository at this point in the history
…keep it up to date.
  • Loading branch information
schildbach committed Oct 19, 2017
1 parent 02ac8c8 commit 132d322
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ class CTestNetParams : public CChainParams {
vSeeds.emplace_back("testnet-seed.bitcoin.jonasschnelli.ch", true);
vSeeds.emplace_back("seed.tbtc.petertodd.org", true);
vSeeds.emplace_back("testnet-seed.bluematt.me", false);
vSeeds.emplace_back("testnet-seed.bitcoin.schildbach.de", false);

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

0 comments on commit 132d322

Please sign in to comment.