Comment that most dnsseeds only support some service bits combos

This commit is contained in:
Matt Corallo
2016-10-17 11:25:25 -04:00
committed by lateminer
parent e0e706c9cf
commit 4faf4c99f7

View File

@@ -1492,6 +1492,7 @@ static std::string GetDNSHost(const CDNSSeedData& data, ServiceFlags* requiredSe
return data.host;
}
// See chainparams.cpp, most dnsseeds only support one or two possible servicebits hostnames
return strprintf("x%x.%s", *requiredServiceBits, data.host);
}