Skip to content

Commit

Permalink
Merge pull request #2406
Browse files Browse the repository at this point in the history
64ab224 update checkpoint hashes (Riccardo Spagni)
  • Loading branch information
fluffypony committed Sep 6, 2017
2 parents d0328d0 + 64ab224 commit fda88c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cryptonote_core/blockchain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4129,7 +4129,7 @@ void Blockchain::cancel()
}

#if defined(PER_BLOCK_CHECKPOINT)
static const char expected_block_hashes_hash[] = "23d8a8c73de7b2383c72a016d9a6034e69d62dd48077d1c414e064ceab6daa94";
static const char expected_block_hashes_hash[] = "d3ca80d50661684cde0e715d46d7c19704d2e216b21ed088af9fd4ef37ed4d65";
void Blockchain::load_compiled_in_block_hashes()
{
if (m_fast_sync && get_blocks_dat_start(m_testnet) != nullptr && get_blocks_dat_size(m_testnet) > 0)
Expand Down

0 comments on commit fda88c8

Please sign in to comment.