aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2023-03-24 22:55:49 -0400
committerluigi1111 <luigi1111w@gmail.com>2023-03-24 22:55:49 -0400
commit25645e5d2384d922ef20758ac8cf19296ee4b11e (patch)
treea245637e176f9fdd597d79d003ccffb70651f50f /src/cryptonote_core
parentMerge pull request #8787 (diff)
parentbuild: prepare v0.18.2.1 (diff)
downloadmonero-25645e5d2384d922ef20758ac8cf19296ee4b11e.tar.xz
Merge pull request #8785
cdeb286 build: prepare v0.18.2.1 (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 28d52a2d1..772d86953 100644
--- a/src/cryptonote_core/blockchain.cpp
+++ b/src/cryptonote_core/blockchain.cpp
@@ -5582,7 +5582,7 @@ void Blockchain::cancel()
}
#if defined(PER_BLOCK_CHECKPOINT)
-static const char expected_block_hashes_hash[] = "b2da201879dc7a14bcb283875a9608d465b247fdea96fc80a2972b5063259591";
+static const char expected_block_hashes_hash[] = "af0467d5d8ac1ad7232ebfd8610ec775df3438cc3b7e8033c10ad71874b72e15";
void Blockchain::load_compiled_in_block_hashes(const GetCheckpointsCallback& get_checkpoints)
{
if (get_checkpoints == nullptr || !m_fast_sync)