aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2021-11-26 23:06:34 -0600
committerluigi1111 <luigi1111w@gmail.com>2021-11-26 23:06:34 -0600
commit6a3902b9a52699e560b73b9450819bdae9d2f094 (patch)
tree5c7a35bc5ce9affc94d9efe623d4fcf726af2fcd
parentMerge pull request #8084 (diff)
parentblocks: update checkpoints.dat (diff)
downloadmonero-6a3902b9a52699e560b73b9450819bdae9d2f094.tar.xz
Merge pull request #8085
39bb22a blocks: update checkpoints.dat (selsta)
-rw-r--r--src/blocks/checkpoints.datbin309700 -> 312580 bytes
-rw-r--r--src/cryptonote_core/blockchain.cpp2
2 files changed, 1 insertions, 1 deletions
diff --git a/src/blocks/checkpoints.dat b/src/blocks/checkpoints.dat
index dead2879f..454cff0a5 100644
--- a/src/blocks/checkpoints.dat
+++ b/src/blocks/checkpoints.dat
Binary files differ
diff --git a/src/cryptonote_core/blockchain.cpp b/src/cryptonote_core/blockchain.cpp
index aa9cb0d94..b32be6519 100644
--- a/src/cryptonote_core/blockchain.cpp
+++ b/src/cryptonote_core/blockchain.cpp
@@ -5432,7 +5432,7 @@ void Blockchain::cancel()
}
#if defined(PER_BLOCK_CHECKPOINT)
-static const char expected_block_hashes_hash[] = "134194090ed578843d24734e766760a50463961200d8e8a9dda410c1c18e30db";
+static const char expected_block_hashes_hash[] = "dbc25cc509fe8a44426f7168c608d0b4cf6ea5d43682ba4087d6a47aa0384656";
void Blockchain::load_compiled_in_block_hashes(const GetCheckpointsCallback& get_checkpoints)
{
if (get_checkpoints == nullptr || !m_fast_sync)