aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2025-11-11 21:52:46 +0000
committertobtoht <tob@featherwallet.org>2025-11-11 21:52:46 +0000
commit64f230d63adff7b544e8f2ba080ead4b7595ee04 (patch)
treefdf478b9e2a6c4b8d7df643c40162ad070c87c32 /src/cryptonote_core
parent8167ae5ef0e3e4f6054af8521adeaf9bf31b9f52 (diff)
parent64f2d8e45dfcdbee8684272946c7c2b844848fa7 (diff)
downloadmonzero-core-64f230d63adff7b544e8f2ba080ead4b7595ee04.tar.gz
monzero-core-64f230d63adff7b544e8f2ba080ead4b7595ee04.tar.xz
monzero-core-64f230d63adff7b544e8f2ba080ead4b7595ee04.zip
Merge pull request #10199
64f2d8e build: prepare v0.18.4.4 (selsta)
Diffstat (limited to 'src/cryptonote_core')
-rw-r--r--src/cryptonote_core/blockchain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_core/blockchain.cpp b/src/cryptonote_core/blockchain.cpp
index 0bfe0326e..a6c2e3faf 100644
--- a/src/cryptonote_core/blockchain.cpp
+++ b/src/cryptonote_core/blockchain.cpp
@@ -5593,7 +5593,7 @@ void Blockchain::cancel()
}
#if defined(PER_BLOCK_CHECKPOINT)
-static const char expected_block_hashes_hash[] = "4725ea463d1520b56ce7cd54dd478d44f976e65d73ad6fe01c427eff854ecf79";
+static const char expected_block_hashes_hash[] = "baf89ec87f4435fc782a8111b1c8817ba0f00c496e98af154a982818c495edea";
void Blockchain::load_compiled_in_block_hashes(const GetCheckpointsCallback& get_checkpoints)
{
if (get_checkpoints == nullptr || !m_fast_sync)