Only 1 checkpoint domain

pull/476/head
_xxfedexx_ 1 year ago
parent bbc2f600f9
commit 0a02b1e785

@ -284,7 +284,6 @@ namespace cryptonote
// All four MoneroPulse domains have DNSSEC on and valid
static const std::vector<std::string> dns_urls = {
"checkpoints.muchwow.lol",
"checkpoints2.muchwow.lol",
};
static const std::vector<std::string> testnet_dns_urls = {

@ -552,7 +552,7 @@ bool load_txt_records_from_dns(std::vector<std::string> &good_records, const std
}
}
if (num_valid_records < 2)
if (num_valid_records < 1)
{
LOG_PRINT_L2("WARNING: no two valid DNS TXT records were received");
return false;

Loading…
Cancel
Save