aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Corallo <git@bluematt.me>2013-03-24 19:41:08 -0400
committerMatt Corallo <git@bluematt.me>2013-03-24 20:02:18 -0400
commit6a1d6e03daa35463ff27f8d05f4313b604ed4397 (patch)
treec7398706e5a367e137b0689ae4348f7b1956d563
parent97372c2d22eb81cba403166f99005ea32f4f6608 (diff)
downloadbitcoin-6a1d6e03daa35463ff27f8d05f4313b604ed4397.tar.xz
Add a new testnet dnsseed (currently only static list, will update)
-rw-r--r--src/net.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net.cpp b/src/net.cpp
index 24fd47241d..6c8fe3ffc9 100644
--- a/src/net.cpp
+++ b/src/net.cpp
@@ -1153,6 +1153,7 @@ static const char *strMainNetDNSSeed[][2] = {
static const char *strTestNetDNSSeed[][2] = {
{"bitcoin.petertodd.org", "testnet-seed.bitcoin.petertodd.org"},
+ {"bluematt.me", "testnet-seed.bluematt.me"},
{NULL, NULL}
};