Skip to content

Commit

Permalink
Merge pull request #3493
Browse files Browse the repository at this point in the history
32bd639 update block hashes for checkpoints.dat (Riccardo Spagni)
  • Loading branch information
fluffypony committed Mar 24, 2018
2 parents 202b651 + 32bd639 commit c29890c
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 @@ -4365,7 +4365,7 @@ void Blockchain::cancel()
}

#if defined(PER_BLOCK_CHECKPOINT)
static const char expected_block_hashes_hash[] = "4b553162ee4e7af3c53666506591489c68560b9175e6e941dc96c89f96f0e35c";
static const char expected_block_hashes_hash[] = "1d3df1a177bd6f752d87c0d7b960e502605742721afb39953265f1e0f7f9b01f";
void Blockchain::load_compiled_in_block_hashes()
{
const bool testnet = m_nettype == TESTNET;
Expand Down

0 comments on commit c29890c

Please sign in to comment.