Merge pull request #8785

cdeb286 build: prepare v0.18.2.1 (selsta)
This commit is contained in:
luigi1111 2023-03-24 22:55:49 -04:00
commit 25645e5d23
No known key found for this signature in database
GPG key ID: F4ACA0183641E010
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[] = "b2da201879dc7a14bcb283875a9608d465b247fdea96fc80a2972b5063259591";
static const char expected_block_hashes_hash[] = "af0467d5d8ac1ad7232ebfd8610ec775df3438cc3b7e8033c10ad71874b72e15";
void Blockchain::load_compiled_in_block_hashes(const GetCheckpointsCallback& get_checkpoints)
{
if (get_checkpoints == nullptr || !m_fast_sync)