build: prepare v0.18.3.1

This commit is contained in:
selsta 2023-10-02 12:59:37 +02:00
parent f9b81a589e
commit fbcd8da082
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E
7 changed files with 10 additions and 9 deletions

View file

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