aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2025-12-29 22:41:50 +0000
committertobtoht <tob@featherwallet.org>2025-12-29 22:41:50 +0000
commit316a98b11ea29b65e61a42cfdc37f762736fd7c1 (patch)
treef3e94797a27491c19745b33f800ac6402dfbf4b4 /src/cryptonote_core
parent6553d87c2881cee057771e9f7942e56f6ed14413 (diff)
parentec34c5b93ff025e561f6e9ad62b7ddb16afdda4a (diff)
downloadmonzero-core-316a98b11ea29b65e61a42cfdc37f762736fd7c1.tar.gz
monzero-core-316a98b11ea29b65e61a42cfdc37f762736fd7c1.tar.xz
monzero-core-316a98b11ea29b65e61a42cfdc37f762736fd7c1.zip
Merge pull request #10262v0.18.4.5
ec34c5b build: prepare v0.18.4.5 (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 3a34089f5..934debf44 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[] = "baf89ec87f4435fc782a8111b1c8817ba0f00c496e98af154a982818c495edea";
+static const char expected_block_hashes_hash[] = "06c61040ace2d58086f1f8f0c0a78881a71c88f2814307b19f881ef92680f6e0";
void Blockchain::load_compiled_in_block_hashes(const GetCheckpointsCallback& get_checkpoints)
{
if (get_checkpoints == nullptr || !m_fast_sync)