Browse Source

enable gostco.in seed for testnet

pull/19/head
orignal 7 years ago
parent
commit
7ad0a3e0b1
  1. 1
      src/net.cpp

1
src/net.cpp

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

Loading…
Cancel
Save