DNS checkpoint loading for testnet should now be correct

This commit is contained in:
Thomas Winget
2015-03-01 03:36:46 -05:00
parent 52f9629bd7
commit 9dab105e2e
4 changed files with 19 additions and 4 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ namespace cryptonote
bool create_checkpoints(cryptonote::checkpoints& checkpoints);
bool load_checkpoints_from_json(cryptonote::checkpoints& checkpoints, std::string json_hashfile_fullpath);
bool load_checkpoints_from_dns(cryptonote::checkpoints& checkpoints);
bool load_checkpoints_from_dns(cryptonote::checkpoints& checkpoints, bool testnet = false);
bool load_new_checkpoints(cryptonote::checkpoints& checkpoints, std::string json_hashfile_fullpath);
} // namespace cryptonote