aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/blockchain.cpp
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2025-11-10 18:56:57 +0100
committerselsta <selsta@sent.at>2025-11-10 18:56:57 +0100
commit64f2d8e45dfcdbee8684272946c7c2b844848fa7 (patch)
tree0bf3cf2245633147e4c569a00325f13e28a10fcc /src/cryptonote_core/blockchain.cpp
parent3cc9d65c9374b541e64320052c933184944375ea (diff)
downloadmonzero-core-64f2d8e45dfcdbee8684272946c7c2b844848fa7.tar.gz
monzero-core-64f2d8e45dfcdbee8684272946c7c2b844848fa7.tar.xz
monzero-core-64f2d8e45dfcdbee8684272946c7c2b844848fa7.zip
build: prepare v0.18.4.4
Diffstat (limited to 'src/cryptonote_core/blockchain.cpp')
-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)