Skip to content

Commit

Permalink
precomputed hashes up until block 559566
Browse files Browse the repository at this point in the history
  • Loading branch information
sebseb7 committed Feb 21, 2019
1 parent cdb81ab commit bcf14f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified src/blocks/checkpoints.dat
Binary file not shown.
2 changes: 1 addition & 1 deletion src/cryptonote_core/blockchain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4303,7 +4303,7 @@ void Blockchain::cancel()
}

#if defined(PER_BLOCK_CHECKPOINT)
static const char expected_block_hashes_hash[] = "6b5e118a72b37275e024d15bc1b54fe532875cd4c06b6489730517fbbc48d4a5";
static const char expected_block_hashes_hash[] = "d70e8922e8676bbc7c77bc096b0bed15713c0fc280454d5717b2d43ba86e7e59";
void Blockchain::load_compiled_in_block_hashes()
{
const bool testnet = m_nettype == TESTNET;
Expand Down

0 comments on commit bcf14f1

Please sign in to comment.