Skip to content

Commit d87edf5

Browse files
committed
Merge pull request #10051
f921431 checkpoints: update to a recent block height (selsta)
2 parents 22fc8f9 + f921431 commit d87edf5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/blocks/checkpoints.dat

1.69 KB
Binary file not shown.

src/checkpoints/checkpoints.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ namespace cryptonote
253253
ADD_CHECKPOINT2(3198000, "1d685b39be51e4e84e0af69fa78e023c7cb21de7d33acd012d0371d5f78712d5", "0x517d415fee3a816");
254254
ADD_CHECKPOINT2(3375700, "96ef57b830ef7a7ccb61ada8595a4670765b6954d8cbf45c6cf583700a676302", "0x61209b7da8a0fa6");
255255
ADD_CHECKPOINT2(3451000, "0cbc912e06e1adae11f6c9cb675d3159d225b4b04d4a6c61defe50ae1816dd60", "0x6aa5fc4226bab97");
256-
ADD_CHECKPOINT2(3468000, "c4024dbfa9d4b2e54ed129b413946d2d5af36eef5ab4a93abe5cb552de985f5a", "0x6d067f3e550a29b");
256+
ADD_CHECKPOINT2(3482000, "629071b10ddad67bdc6156102aba8e008a754c91da252eede852fff9175a9f0a", "0x6f1063da7e70c0e");
257257
return true;
258258
}
259259

src/cryptonote_core/blockchain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5605,7 +5605,7 @@ void Blockchain::cancel()
56055605
}
56065606

56075607
#if defined(PER_BLOCK_CHECKPOINT)
5608-
static const char expected_block_hashes_hash[] = "3d40f1bca1151ab8da423044b2809e2d1b5a68ed978c0e0434670ad4a1ec517b";
5608+
static const char expected_block_hashes_hash[] = "13593d6c877c021d35f3eeb468662aebccdbe2842b6998fb6e8eaa213bec1b8c";
56095609
void Blockchain::load_compiled_in_block_hashes(const GetCheckpointsCallback& get_checkpoints)
56105610
{
56115611
if (get_checkpoints == nullptr || !m_fast_sync)

0 commit comments

Comments
 (0)