diff options
author | selsta <selsta@sent.at> | 2020-05-06 20:16:26 +0200 |
---|---|---|
committer | selsta <selsta@sent.at> | 2020-05-13 16:15:03 +0200 |
commit | 4baee200a71d8c689d8709f43d300c4f76a376f7 (patch) | |
tree | 1249516783fafc1a273fe1cce9ff2abc9970c751 /src/cryptonote_core | |
parent | Merge pull request #6510 (diff) | |
download | monero-4baee200a71d8c689d8709f43d300c4f76a376f7.tar.xz |
build: prepare v0.16.0.0 release
Diffstat (limited to 'src/cryptonote_core')
-rw-r--r-- | src/cryptonote_core/blockchain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_core/blockchain.cpp b/src/cryptonote_core/blockchain.cpp index 2571e4203..fb2c71a3a 100644 --- a/src/cryptonote_core/blockchain.cpp +++ b/src/cryptonote_core/blockchain.cpp @@ -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) |