Skip to content

Commit 00237fe

Browse files
committed
src: update checkpoints to match v0.18.4.1
1 parent 125622d commit 00237fe

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

src/blocks/checkpoints.dat

9.19 KB
Binary file not shown.

src/checkpoints/checkpoints.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ namespace cryptonote
252252
ADD_CHECKPOINT2(3102800, "083f4a34f9490403b564286e7f13fd1ed45c52c86fa47195f151594e5bc87504", "0x4bbed52d4da5dfb");
253253
ADD_CHECKPOINT2(3198000, "1d685b39be51e4e84e0af69fa78e023c7cb21de7d33acd012d0371d5f78712d5", "0x517d415fee3a816");
254254
ADD_CHECKPOINT2(3375700, "96ef57b830ef7a7ccb61ada8595a4670765b6954d8cbf45c6cf583700a676302", "0x61209b7da8a0fa6");
255+
ADD_CHECKPOINT2(3451000, "0cbc912e06e1adae11f6c9cb675d3159d225b4b04d4a6c61defe50ae1816dd60", "0x6aa5fc4226bab97");
255256
return true;
256257
}
257258

src/cryptonote_core/blockchain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5526,7 +5526,7 @@ void Blockchain::cancel()
55265526
}
55275527

55285528
#if defined(PER_BLOCK_CHECKPOINT)
5529-
static const char expected_block_hashes_hash[] = "e3087cc643a8cb9e2f0a1e54e87f67f087a72e41701b469f5dfed39fd484ca4a";
5529+
static const char expected_block_hashes_hash[] = "12b86a377b4d914182c382efc8b1c23bcf3b758434c47a88ac09f12f4576cd90";
55305530
void Blockchain::load_compiled_in_block_hashes(const GetCheckpointsCallback& get_checkpoints)
55315531
{
55325532
if (get_checkpoints == nullptr || !m_fast_sync)

0 commit comments

Comments
 (0)