diff options
| author | tobtoht <tob@featherwallet.org> | 2025-03-26 12:37:43 +0000 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2025-03-26 12:37:43 +0000 |
| commit | f1311d4237404ab7da76241dbf10e92a65132cc4 (patch) | |
| tree | ee599b93d0f903f3e88607ade34c4d010066a57b /src/cryptonote_core/blockchain.cpp | |
| parent | bc781980b8c51d3c50e3185a30cd9b1e3975b340 (diff) | |
| parent | 97e1a49dd793c4ce8091ab741cdee6695fb78d28 (diff) | |
| download | monzero-core-0.18.4.0.tar.gz monzero-core-0.18.4.0.tar.xz monzero-core-0.18.4.0.zip | |
Merge pull request #9864v0.18.4.0
97e1a49dd checkpoints: update to a recent block height (selsta)
Diffstat (limited to 'src/cryptonote_core/blockchain.cpp')
| -rw-r--r-- | src/cryptonote_core/blockchain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_core/blockchain.cpp b/src/cryptonote_core/blockchain.cpp index 4ecb34786..fb65b2b50 100644 --- a/src/cryptonote_core/blockchain.cpp +++ b/src/cryptonote_core/blockchain.cpp @@ -5605,7 +5605,7 @@ void Blockchain::cancel() } #if defined(PER_BLOCK_CHECKPOINT) -static const char expected_block_hashes_hash[] = "c9e38ac8ad6a03866b33f42164c915bdb13b62185b0a1dff853821a2a312673c"; +static const char expected_block_hashes_hash[] = "e3087cc643a8cb9e2f0a1e54e87f67f087a72e41701b469f5dfed39fd484ca4a"; void Blockchain::load_compiled_in_block_hashes(const GetCheckpointsCallback& get_checkpoints) { if (get_checkpoints == nullptr || !m_fast_sync) |
