Fixing comma in DNS seeds

This commit is contained in:
Jackson Palmer 2014-02-23 10:50:30 +11:00
parent c8cb321a33
commit f8a9b6e72d

View File

@ -1195,7 +1195,7 @@ void MapPort(bool)
static const char *strMainNetDNSSeed[][2] = {
{"dogecoin.com", "seed.dogecoin.com"},
{"mophides.com", "seed.mophides.com"},
{"dglibrary.org", "seed.dglibrary.org"}
{"dglibrary.org", "seed.dglibrary.org"},
// {"dogecoinpool.org", "dnsseed.dogecoinpool.org"},
{NULL, NULL}
};