Comment that most dnsseeds only support some service bits combos
Github-Pull: #8940 Rebased-From: 504c72ad346a1b619f1fc58d0edce91ec955a67d
This commit is contained in:
committed by
Wladimir J. van der Laan
parent
498e950daa
commit
9aa0c15972
@@ -1489,6 +1489,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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user