Skip to content

Commit

Permalink
These shuould be loaded way before (in main ??)
Browse files Browse the repository at this point in the history
  • Loading branch information
aivve committed Feb 11, 2022
1 parent bf5a98d commit b51a624
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/CryptoNoteCore/Blockchain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -529,11 +529,6 @@ namespace cn
{
loadBlockchainIndices();
}

m_checkpoints.load_checkpoints();
logger(logging::INFO) << "Loading checkpoints";
m_checkpoints.load_checkpoints_from_dns();
logger(logging::INFO) << "Loading DNS checkpoints";
}
else
{
Expand Down

0 comments on commit b51a624

Please sign in to comment.