mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-03-02 00:56:02 +00:00
Fixing comma in DNS seeds
This commit is contained in:
parent
c8cb321a33
commit
f8a9b6e72d
@ -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}
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user