aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2017-10-19 15:01:30 +0200
committerWladimir J. van der Laan <[email protected]>2017-10-19 15:01:43 +0200
commit13f53b750dc09cb59192b2aa4ac8e499ee36e1ca (patch)
treeb3bd143cc971cbb07f09c77957c083f9d0a179ee
parentMerge #11521: travis: move back to the minimal image (diff)
parentRemove my testnet DNS seed as I currently don't have the capacity to keep it ... (diff)
downloaddiscoin-13f53b750dc09cb59192b2aa4ac8e499ee36e1ca.tar.xz
discoin-13f53b750dc09cb59192b2aa4ac8e499ee36e1ca.zip
Merge #11527: Remove my testnet DNS seed as I currently don't have the capacity to …
132d322 Remove my testnet DNS seed as I currently don't have the capacity to keep it up to date. (Andreas Schildbach) Pull request description: …keep it up to date. I suggest to consider this for backporting. Tree-SHA512: 2aadb60e9ecab1756f835e62ab784124c61a1fa59380d299ce482f826169da9ed8b7f8615ea9d8d3484eac0b32a9e974685ddc51723c7782a472bc0386243898
-rw-r--r--src/chainparams.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/chainparams.cpp b/src/chainparams.cpp
index 85c9cd693..afdac16da 100644
--- a/src/chainparams.cpp
+++ b/src/chainparams.cpp
@@ -230,7 +230,6 @@ public:
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);