diff options
| author | tobtoht <tob@featherwallet.org> | 2025-08-05 16:09:20 +0000 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2025-08-05 16:09:20 +0000 |
| commit | 2987b720069489cfc24d8d9ffc06ff017ffcb4d4 (patch) | |
| tree | 87e4f614caa2a3e1605ad1f29e939504df764cba /src/cryptonote_core/blockchain.cpp | |
| parent | 35efc7e340cf3d672c66e48112e275b03ff69cd6 (diff) | |
| parent | 32f701b0cd8a8045424f4434e6bb0ca288bf5818 (diff) | |
| download | monzero-core-2987b720069489cfc24d8d9ffc06ff017ffcb4d4.tar.gz monzero-core-2987b720069489cfc24d8d9ffc06ff017ffcb4d4.tar.xz monzero-core-2987b720069489cfc24d8d9ffc06ff017ffcb4d4.zip | |
Merge pull request #10019
32f701b build: prepare v0.18.4.2 (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 d552a4d39..d597edb25 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[] = "12b86a377b4d914182c382efc8b1c23bcf3b758434c47a88ac09f12f4576cd90"; +static const char expected_block_hashes_hash[] = "3d40f1bca1151ab8da423044b2809e2d1b5a68ed978c0e0434670ad4a1ec517b"; void Blockchain::load_compiled_in_block_hashes(const GetCheckpointsCallback& get_checkpoints) { if (get_checkpoints == nullptr || !m_fast_sync) |
