Disable DNS checkpoint updating on testnet

release-v0.4.0.1
Thomas Winget 9 years ago
parent c41d14b2aa
commit ae08be5394
No known key found for this signature in database
GPG Key ID: 58131A160789E630

@ -98,6 +98,8 @@ namespace cryptonote
//-----------------------------------------------------------------------------------------------
bool core::update_checkpoints()
{
if (m_testnet) return true;
bool res = true;
if (time(NULL) - m_last_dns_checkpoints_update >= 3600)
{

Loading…
Cancel
Save