diff options
author | selsta <selsta@sent.at> | 2022-07-06 23:49:21 +0200 |
---|---|---|
committer | selsta <selsta@sent.at> | 2022-07-13 22:07:31 +0200 |
commit | fe5d1bef560b046a5f7eafc348ce7b1261ef4dea (patch) | |
tree | cdfc4b5ffe2fd7fd7eb204b2e3f33f67b531ad85 /src/cryptonote_core/blockchain.cpp | |
parent | Merge pull request #8384 (diff) | |
download | monero-fe5d1bef560b046a5f7eafc348ce7b1261ef4dea.tar.xz |
build: prepare v0.18.0.0
Diffstat (limited to '')
-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 5b7b4353d..c37dfe9e7 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[] = "8da80ca560793f252d1d4ed449c85d75c74867f3f86b8832c8e3f88b1cbb6ae3"; +static const char expected_block_hashes_hash[] = "e9371004b9f6be59921b27bc81e28b4715845ade1c6d16891d5c455f72e21365"; void Blockchain::load_compiled_in_block_hashes(const GetCheckpointsCallback& get_checkpoints) { if (get_checkpoints == nullptr || !m_fast_sync) |