aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2021-10-24 18:16:59 +0200
committerselsta <selsta@sent.at>2021-10-29 22:26:59 +0200
commit3cb7fda42805a72e0193f016dff9c8f3ab301d1d (patch)
tree878fc3b759bd7fa7620e7b7e7e8d844b265c4041 /src/cryptonote_core
parentMerge pull request #8022 (diff)
downloadmonero-3cb7fda42805a72e0193f016dff9c8f3ab301d1d.tar.xz
build: prepare v0.17.3.0
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 18d5e5dac..6327cb71e 100644
--- a/src/cryptonote_core/blockchain.cpp
+++ b/src/cryptonote_core/blockchain.cpp
@@ -5430,7 +5430,7 @@ void Blockchain::cancel()
}
#if defined(PER_BLOCK_CHECKPOINT)
-static const char expected_block_hashes_hash[] = "ff99bc76e59e0d6268e2d8ed54a2206d828de643fcb13be8d296611fc051a540";
+static const char expected_block_hashes_hash[] = "134194090ed578843d24734e766760a50463961200d8e8a9dda410c1c18e30db";
void Blockchain::load_compiled_in_block_hashes(const GetCheckpointsCallback& get_checkpoints)
{
if (get_checkpoints == nullptr || !m_fast_sync)