diff options
author | selsta <selsta@sent.at> | 2022-09-26 22:41:36 +0200 |
---|---|---|
committer | selsta <selsta@sent.at> | 2022-09-26 22:41:36 +0200 |
commit | 853171bbf0099b86e8c219ce13abff79166f9389 (patch) | |
tree | 8b34f4253cda544c33467720dc0abd3627680b8b /src/cryptonote_core | |
parent | Merge pull request #8588 (diff) | |
download | monero-853171bbf0099b86e8c219ce13abff79166f9389.tar.xz |
build: prepare v0.18.1.2
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 eee27987f..761680016 100644 --- a/src/cryptonote_core/blockchain.cpp +++ b/src/cryptonote_core/blockchain.cpp @@ -5604,7 +5604,7 @@ void Blockchain::cancel() } #if defined(PER_BLOCK_CHECKPOINT) -static const char expected_block_hashes_hash[] = "a913c311ed4cbe42c5b36c13215021dd50705b17d03ddc2e637ab7e85b22ac89"; +static const char expected_block_hashes_hash[] = "52105e0e45013e4c6705d5b7902268f5989b6eea71f5a04160176297a79f4b32"; void Blockchain::load_compiled_in_block_hashes(const GetCheckpointsCallback& get_checkpoints) { if (get_checkpoints == nullptr || !m_fast_sync) |