diff options
author | Matt Corallo <git@bluematt.me> | 2013-03-24 19:41:08 -0400 |
---|---|---|
committer | Matt Corallo <git@bluematt.me> | 2013-03-24 20:02:18 -0400 |
commit | 6a1d6e03daa35463ff27f8d05f4313b604ed4397 (patch) | |
tree | c7398706e5a367e137b0689ae4348f7b1956d563 /src/net.cpp | |
parent | 97372c2d22eb81cba403166f99005ea32f4f6608 (diff) |
Add a new testnet dnsseed (currently only static list, will update)
Diffstat (limited to 'src/net.cpp')
-rw-r--r-- | src/net.cpp | 1 |
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} }; |