From 7ad0a3e0b1e59d8d4eadbf77db4e8c2cf66a423d Mon Sep 17 00:00:00 2001 From: orignal Date: Thu, 20 Jul 2017 10:33:20 -0400 Subject: [PATCH] enable gostco.in seed for testnet --- src/net.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/net.cpp b/src/net.cpp index 79e3eca..82d0f8a 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -1238,6 +1238,7 @@ static const char *strMainNetDNSSeed[][2] = { }; static const char *strTestNetDNSSeed[][2] = { + {"gostco.in", "dnsseed.gostco.in"}, {NULL, NULL} };