Skip to content

Commit

Permalink
Add new blocks.dat file
Browse files Browse the repository at this point in the history
  • Loading branch information
hayzamjs committed Oct 7, 2020
1 parent 98565e8 commit f6c8e39
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 @@ -5005,7 +5005,7 @@ void Blockchain::cancel()
}

#if defined(PER_BLOCK_CHECKPOINT)
static const char expected_block_hashes_hash[] = "8533d356c41cb967adb5e946efcfa61c41af2a394c6c893cbd59be04db00a33e";
static const char expected_block_hashes_hash[] = "aa8ae6300497fcd9026b83091e68ee3e894d8637510f55db78a871b5f88a2d95";
void Blockchain::load_compiled_in_block_hashes(const GetCheckpointsCallback& get_checkpoints)
{
if (get_checkpoints == nullptr || !m_fast_sync)
Expand Down

0 comments on commit f6c8e39

Please sign in to comment.