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
View File
@@ -218,6 +218,7 @@ namespace cryptonote
std::atomic<bool> m_is_blockchain_storing;
bool m_enforce_dns_checkpoints;
bool m_testnet;
bool switch_to_alternative_blockchain(std::list<blocks_ext_by_hash::iterator>& alt_chain, bool discard_disconnected_chain);
bool pop_block_from_blockchain();