aboutsummaryrefslogtreecommitdiff
path: root/src/chainparams.cpp
diff options
context:
space:
mode:
authorAndreas Schildbach <andreas@schildbach.de>2017-10-19 12:45:11 +0200
committerAndreas Schildbach <andreas@schildbach.de>2017-10-19 12:47:19 +0200
commit132d3225f325b84afc282638c9e99623d249a52c (patch)
treeb03d79466177fe454cb839cd4e6f124806ad867c /src/chainparams.cpp
parent02ac8c892b1fa98d9c4422f1bda89ea421ed17bd (diff)
downloadbitcoin-132d3225f325b84afc282638c9e99623d249a52c.tar.xz
Remove my testnet DNS seed as I currently don't have the capacity to keep it up to date.
Diffstat (limited to 'src/chainparams.cpp')
-rw-r--r--src/chainparams.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/chainparams.cpp b/src/chainparams.cpp
index 85c9cd6934..afdac16da4 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);