update checkpoints hash

pull/200/head
Riccardo Spagni 5 years ago
parent e518f2b1c0
commit f3b368c659
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

Binary file not shown.

@ -4697,8 +4697,8 @@ void Blockchain::cancel()
}
#if defined(PER_BLOCK_CHECKPOINT)
static const char expected_block_hashes_hash[] = "954cb2bbfa2fe6f74b2cdd22a1a4c767aea249ad47ad4f7c9445f0f03260f511";
void Blockchain::load_compiled_in_block_hashes(const GetCheckpointsCallback& get_checkpoints)
static const char expected_block_hashes_hash[] = "570ce2357b08fadac6058e34f95c5e08323f9325de260d07b091a281a948a7b0";
void Blockchain::load_compiled_in_block_hashes()
{
if (get_checkpoints == nullptr || !m_fast_sync)
{

Loading…
Cancel
Save