mirror of
https://github.com/monero-project/monero.git
synced 2025-08-15 19:20:20 -04:00
Merge pull request #9864
97e1a49dd
checkpoints: update to a recent block height (selsta)
This commit is contained in:
commit
f1311d4237
3 changed files with 2 additions and 2 deletions
|
@ -5605,7 +5605,7 @@ void Blockchain::cancel()
|
|||
}
|
||||
|
||||
#if defined(PER_BLOCK_CHECKPOINT)
|
||||
static const char expected_block_hashes_hash[] = "c9e38ac8ad6a03866b33f42164c915bdb13b62185b0a1dff853821a2a312673c";
|
||||
static const char expected_block_hashes_hash[] = "e3087cc643a8cb9e2f0a1e54e87f67f087a72e41701b469f5dfed39fd484ca4a";
|
||||
void Blockchain::load_compiled_in_block_hashes(const GetCheckpointsCallback& get_checkpoints)
|
||||
{
|
||||
if (get_checkpoints == nullptr || !m_fast_sync)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue