Merge pull request #9865

0e243a4ac checkpoints: update to a recent block height (selsta)
This commit is contained in:
tobtoht
2025-03-26 12:37:06 +00:00
3 changed files with 2 additions and 1 deletions

View File

@@ -5526,7 +5526,7 @@ void Blockchain::cancel()
}
#if defined(PER_BLOCK_CHECKPOINT)
static const char expected_block_hashes_hash[] = "8ada865350270fd008397684d978dac75ea4029a8a1ffcaa9975c43be119ec19";
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)