Skip to content

Commit

Permalink
update checkpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
valiant1x committed Apr 16, 2018
1 parent 1bc411d commit 3a6c59c
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 @@ -4196,7 +4196,7 @@ void Blockchain::cancel()
}

#if defined(PER_BLOCK_CHECKPOINT)
static const char expected_block_hashes_hash[] = "5bb1e6681e18a4d679c313293de8350628f31865148fe37cbddb4210d2947d57";
static const char expected_block_hashes_hash[] = "752b45baf2529f7e27e9ec14c32a755a54e8a7f093f1d6cfe239b07497481119";
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 3a6c59c

Please sign in to comment.