build: prepare v0.18.1.1

This commit is contained in:
selsta 2022-08-23 23:50:09 +02:00
parent 57e57c239b
commit 09ee78197c
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E
7 changed files with 10 additions and 9 deletions

View file

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