Add testnet DNS seed from xurious.com

This commit is contained in:
pooler 2014-03-31 23:21:12 +02:00
parent 8201f6c1fd
commit f389e65c8d

View File

@ -1202,6 +1202,7 @@ static const char *strMainNetDNSSeed[][2] = {
static const char *strTestNetDNSSeed[][2] = {
{"litecointools.com", "testnet-seed.litecointools.com"},
{"xurious.com", "testnet-seed.ltc.xurious.com"},
{"weminemnc.com", "testnet-seed.weminemnc.com"},
{NULL, NULL}
};