Do not set extra flags for unfiltered DNS seed results
This commit is contained in:
@@ -13,11 +13,9 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
class CDNSSeedData {
|
||||
public:
|
||||
struct CDNSSeedData {
|
||||
std::string name, host;
|
||||
bool supportsServiceBitsFiltering;
|
||||
std::string getHost(uint64_t requiredServiceBits) const;
|
||||
CDNSSeedData(const std::string &strName, const std::string &strHost, bool supportsServiceBitsFilteringIn = false) : name(strName), host(strHost), supportsServiceBitsFiltering(supportsServiceBitsFilteringIn) {}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user