mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Also add DNS checkpoints
This commit is contained in:
parent
cdad11aec5
commit
fa5d5391f2
1 changed files with 2 additions and 0 deletions
|
@ -283,6 +283,8 @@ namespace cryptonote
|
|||
|
||||
// All four MoneroPulse domains have DNSSEC on and valid
|
||||
static const std::vector<std::string> dns_urls = {
|
||||
"checkpoints.wownero.com",
|
||||
"checkpoints2.wownero.com",
|
||||
};
|
||||
|
||||
static const std::vector<std::string> testnet_dns_urls = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue