1
0
mirror of https://github.com/GOSTSec/gostcoin synced 2025-01-30 16:34:29 +00:00

enable gostco.in seed for testnet

This commit is contained in:
orignal 2017-07-20 10:33:20 -04:00
parent d2d0fde233
commit 7ad0a3e0b1

View File

@ -1238,6 +1238,7 @@ static const char *strMainNetDNSSeed[][2] = {
}; };
static const char *strTestNetDNSSeed[][2] = { static const char *strTestNetDNSSeed[][2] = {
{"gostco.in", "dnsseed.gostco.in"},
{NULL, NULL} {NULL, NULL}
}; };