build: prepare v0.18.0.0

This commit is contained in:
selsta 2022-07-06 23:49:21 +02:00
parent b54d5ae383
commit fe5d1bef56
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E
11 changed files with 16 additions and 15 deletions

View file

@ -5604,7 +5604,7 @@ void Blockchain::cancel()
}
#if defined(PER_BLOCK_CHECKPOINT)
static const char expected_block_hashes_hash[] = "8da80ca560793f252d1d4ed449c85d75c74867f3f86b8832c8e3f88b1cbb6ae3";
static const char expected_block_hashes_hash[] = "e9371004b9f6be59921b27bc81e28b4715845ade1c6d16891d5c455f72e21365";
void Blockchain::load_compiled_in_block_hashes(const GetCheckpointsCallback& get_checkpoints)
{
if (get_checkpoints == nullptr || !m_fast_sync)