prep for 0.14.1 release

This commit is contained in:
Riccardo Spagni
2019-06-13 17:36:41 +02:00
parent 7b3df89bd4
commit 633f1542e2
4 changed files with 5 additions and 4 deletions

View File

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