aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2021-07-22 22:46:16 +0200
committerselsta <selsta@sent.at>2021-08-19 15:00:42 +0200
commit1e037d372a28060203a96910111ef9b40d8ebe13 (patch)
tree0bd09d97b835cd3c8723041cb0a8ee24010c02df /src/cryptonote_core
parentMerge pull request #7734 (diff)
downloadmonero-1e037d372a28060203a96910111ef9b40d8ebe13.tar.xz
build: prepare v0.17.2.3
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 247b0f4c9..06e7cd87b 100644
--- a/src/cryptonote_core/blockchain.cpp
+++ b/src/cryptonote_core/blockchain.cpp
@@ -5390,7 +5390,7 @@ void Blockchain::cancel()
}
#if defined(PER_BLOCK_CHECKPOINT)
-static const char expected_block_hashes_hash[] = "b198c2514bed71ca0a43cba6590090068daf6d207b351d8a4c7d0f0f791c095f";
+static const char expected_block_hashes_hash[] = "ff99bc76e59e0d6268e2d8ed54a2206d828de643fcb13be8d296611fc051a540";
void Blockchain::load_compiled_in_block_hashes(const GetCheckpointsCallback& get_checkpoints)
{
if (get_checkpoints == nullptr || !m_fast_sync)