build: prepare v0.16.0.0 release

This commit is contained in:
selsta 2020-05-06 20:16:26 +02:00
parent 77a008f714
commit 4baee200a7
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E
6 changed files with 11 additions and 9 deletions

View file

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