aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
diff options
context:
space:
mode:
authorMatt Corallo <[email protected]>2013-03-24 19:41:08 -0400
committerMatt Corallo <[email protected]>2013-03-24 20:02:18 -0400
commit6a1d6e03daa35463ff27f8d05f4313b604ed4397 (patch)
treec7398706e5a367e137b0689ae4348f7b1956d563 /src/net.cpp
parentUpdate contrib/debian (including IRC removal) (diff)
downloaddiscoin-6a1d6e03daa35463ff27f8d05f4313b604ed4397.tar.xz
discoin-6a1d6e03daa35463ff27f8d05f4313b604ed4397.zip
Add a new testnet dnsseed (currently only static list, will update)
Diffstat (limited to 'src/net.cpp')
-rw-r--r--src/net.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net.cpp b/src/net.cpp
index 24fd47241..6c8fe3ffc 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}
};