mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Only 1 checkpoint domain
This commit is contained in:
parent
bbc2f600f9
commit
0a02b1e785
2 changed files with 1 additions and 2 deletions
|
@ -284,7 +284,6 @@ namespace cryptonote
|
||||||
// All four MoneroPulse domains have DNSSEC on and valid
|
// All four MoneroPulse domains have DNSSEC on and valid
|
||||||
static const std::vector<std::string> dns_urls = {
|
static const std::vector<std::string> dns_urls = {
|
||||||
"checkpoints.muchwow.lol",
|
"checkpoints.muchwow.lol",
|
||||||
"checkpoints2.muchwow.lol",
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static const std::vector<std::string> testnet_dns_urls = {
|
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");
|
LOG_PRINT_L2("WARNING: no two valid DNS TXT records were received");
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue