build: prepare v0.18.2.0

This commit is contained in:
selsta 2023-02-08 22:18:30 +01:00
parent 0f15707077
commit dc18efa3d7
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E
7 changed files with 10 additions and 9 deletions

View file

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