Add a new testnet dnsseed (currently only static list, will update)

This commit is contained in:
Matt Corallo 2013-03-24 19:41:08 -04:00
parent 97372c2d22
commit 6a1d6e03da

View file

@ -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}
};