summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2025-03-26 12:37:43 +0000
committertobtoht <tob@featherwallet.org>2025-03-26 12:37:43 +0000
commitf1311d4237404ab7da76241dbf10e92a65132cc4 (patch)
treeee599b93d0f903f3e88607ade34c4d010066a57b
parentbc781980b8c51d3c50e3185a30cd9b1e3975b340 (diff)
parent97e1a49dd793c4ce8091ab741cdee6695fb78d28 (diff)
downloadmonzero-core-0.18.4.0.tar.gz
monzero-core-0.18.4.0.tar.xz
monzero-core-0.18.4.0.zip
Merge pull request #9864v0.18.4.0
97e1a49dd checkpoints: update to a recent block height (selsta)
-rw-r--r--src/blocks/checkpoints.datbin418308 -> 421956 bytes
-rw-r--r--src/checkpoints/checkpoints.cpp2
-rw-r--r--src/cryptonote_core/blockchain.cpp2
3 files changed, 2 insertions, 2 deletions
diff --git a/src/blocks/checkpoints.dat b/src/blocks/checkpoints.dat
index e3190756f..82c39e7bf 100644
--- a/src/blocks/checkpoints.dat
+++ b/src/blocks/checkpoints.dat
Binary files differ
diff --git a/src/checkpoints/checkpoints.cpp b/src/checkpoints/checkpoints.cpp
index be8dd9c9f..82d2e325d 100644
--- a/src/checkpoints/checkpoints.cpp
+++ b/src/checkpoints/checkpoints.cpp
@@ -251,7 +251,7 @@ namespace cryptonote
ADD_CHECKPOINT2(3088000, "bddf8ca09110d33d6d497f13a113630c2b6af1c84d4f3a6f35cb1446f2604ade", "0x4aed3615c2f8c3e");
ADD_CHECKPOINT2(3102800, "083f4a34f9490403b564286e7f13fd1ed45c52c86fa47195f151594e5bc87504", "0x4bbed52d4da5dfb");
ADD_CHECKPOINT2(3198000, "1d685b39be51e4e84e0af69fa78e023c7cb21de7d33acd012d0371d5f78712d5", "0x517d415fee3a816");
- ADD_CHECKPOINT2(3346800, "2bc0c9f7cd0c0bd4efe492af4460d5a8c5664bb4a196b0bbbfb54053fe0e85b9", "0x5dee576b40291a1");
+ ADD_CHECKPOINT2(3375700, "96ef57b830ef7a7ccb61ada8595a4670765b6954d8cbf45c6cf583700a676302", "0x61209b7da8a0fa6");
return true;
}
diff --git a/src/cryptonote_core/blockchain.cpp b/src/cryptonote_core/blockchain.cpp
index 4ecb34786..fb65b2b50 100644
--- a/src/cryptonote_core/blockchain.cpp
+++ b/src/cryptonote_core/blockchain.cpp
@@ -5605,7 +5605,7 @@ void Blockchain::cancel()
}
#if defined(PER_BLOCK_CHECKPOINT)
-static const char expected_block_hashes_hash[] = "c9e38ac8ad6a03866b33f42164c915bdb13b62185b0a1dff853821a2a312673c";
+static const char expected_block_hashes_hash[] = "e3087cc643a8cb9e2f0a1e54e87f67f087a72e41701b469f5dfed39fd484ca4a";
void Blockchain::load_compiled_in_block_hashes(const GetCheckpointsCallback& get_checkpoints)
{
if (get_checkpoints == nullptr || !m_fast_sync)