aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2022-08-09 15:00:16 -0500
committerluigi1111 <luigi1111w@gmail.com>2022-08-09 15:00:16 -0500
commitdc2f548a68801538918eb1181d7dada6bd0286a4 (patch)
tree0d1c303f14a727a3b102ce5ba6155119a63bfcc4 /src/cryptonote_core
parentMerge pull request #8455 (diff)
parentbuild: prepare v0.18.1.0 (diff)
downloadmonero-dc2f548a68801538918eb1181d7dada6bd0286a4.tar.xz
Merge pull request #8470
309f6ba build: prepare v0.18.1.0 (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 c37dfe9e7..e0cd8e899 100644
--- a/src/cryptonote_core/blockchain.cpp
+++ b/src/cryptonote_core/blockchain.cpp
@@ -5604,7 +5604,7 @@ void Blockchain::cancel()
}
#if defined(PER_BLOCK_CHECKPOINT)
-static const char expected_block_hashes_hash[] = "e9371004b9f6be59921b27bc81e28b4715845ade1c6d16891d5c455f72e21365";
+static const char expected_block_hashes_hash[] = "a8b24ef4eeea7241b374d4526a3f7c351b53abe7006a3d7eee02ce0af2cc6d66";
void Blockchain::load_compiled_in_block_hashes(const GetCheckpointsCallback& get_checkpoints)
{
if (get_checkpoints == nullptr || !m_fast_sync)