diff options
author | Matt Corallo <git@bluematt.me> | 2016-10-17 11:25:25 -0400 |
---|---|---|
committer | Matt Corallo <git@bluematt.me> | 2016-10-17 13:33:25 -0400 |
commit | 504c72ad346a1b619f1fc58d0edce91ec955a67d (patch) | |
tree | f976b9a02f6b3521403d414e74b434cb4a0771f4 /src/net.cpp | |
parent | ef3402d9a8cb4b2c8da3bd2b19da3faa7a439b50 (diff) |
Comment that most dnsseeds only support some service bits combos
Diffstat (limited to 'src/net.cpp')
-rw-r--r-- | src/net.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net.cpp b/src/net.cpp index 19dd040997..5f9942c9dc 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -1454,6 +1454,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); } |