[Pkg-bitcoin-commits] [bitcoin] 67/126: Remove my testnet DNS seed as I currently don't have the capacity to keep it up to date.

Jonas Smedegaard dr at jones.dk
Mon Nov 13 20:02:13 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.15.1_dfsg-1
in repository bitcoin.

commit a2bd86a5ff1d75d85089e4ba6c908ece83451c5c
Author: Andreas Schildbach <andreas at schildbach.de>
Date:   Thu Oct 19 12:45:11 2017 +0200

    Remove my testnet DNS seed as I currently don't have the capacity to keep it up to date.
    
    Github-Pull: #11527
    Rebased-From: 132d3225f325b84afc282638c9e99623d249a52c
    Tree-SHA512: 3738afd8070fa601b5039e268088b7f3827613dbc37fae192b96b13c91f56d41fa3209533a3cad876c4e673b19015aabfce331b0b5f46a0ac518d00816e912a4
---
 src/chainparams.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/chainparams.cpp b/src/chainparams.cpp
index 2021ec5..872626f 100644
--- a/src/chainparams.cpp
+++ b/src/chainparams.cpp
@@ -228,7 +228,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);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/bitcoin.git



More information about the Pkg-bitcoin-commits mailing list