Add a new testnet dnsseed (currently only static list, will update)
This commit is contained in:
parent
97372c2d22
commit
6a1d6e03da
1 changed files with 1 additions and 0 deletions
|
@ -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}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue