update quick sync checkpoints and hash

This commit is contained in:
Riccardo Spagni 2019-02-20 18:17:07 +02:00 committed by wowario
parent 9fad3c060b
commit 72a1b05c13
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -4530,7 +4530,7 @@ void Blockchain::cancel()
}
#if defined(PER_BLOCK_CHECKPOINT)
static const char expected_block_hashes_hash[] = "954cb2bbfa2fe6f74b2cdd22a1a4c767aea249ad47ad4f7c9445f0f03260f511";
static const char expected_block_hashes_hash[] = "570ce2357b08fadac6058e34f95c5e08323f9325de260d07b091a281a948a7b0";
void Blockchain::load_compiled_in_block_hashes()
{
const bool testnet = m_nettype == TESTNET;