build: prepare v0.18.3.4

This commit is contained in:
selsta 2024-05-29 15:53:41 +02:00
parent 24ccaba6ef
commit 956d55c35f
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E
7 changed files with 10 additions and 9 deletions

View file

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