diff options
author | selsta <selsta@sent.at> | 2022-07-28 23:14:02 +0200 |
---|---|---|
committer | selsta <selsta@sent.at> | 2022-07-28 23:14:02 +0200 |
commit | 309f6ba3f5bc0e6b39a0ba709d585a56113169dd (patch) | |
tree | b115c8843ca9a345d388655d9d93f3dd9656aa2c /src/cryptonote_core | |
parent | Merge pull request #8435 (diff) | |
download | monero-309f6ba3f5bc0e6b39a0ba709d585a56113169dd.tar.xz |
build: prepare v0.18.1.0
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 c37dfe9e7..e0cd8e899 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[] = "e9371004b9f6be59921b27bc81e28b4715845ade1c6d16891d5c455f72e21365"; +static const char expected_block_hashes_hash[] = "a8b24ef4eeea7241b374d4526a3f7c351b53abe7006a3d7eee02ce0af2cc6d66"; void Blockchain::load_compiled_in_block_hashes(const GetCheckpointsCallback& get_checkpoints) { if (get_checkpoints == nullptr || !m_fast_sync) |