diff options
| author | selsta <selsta@sent.at> | 2024-01-27 20:08:59 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2024-02-20 15:37:47 +0100 |
| commit | f2360a725e9e8649a0be6e34801a40e03097b7f8 (patch) | |
| tree | 69da28165577e12eb1f795e1fa694404555b93d8 /src/cryptonote_core | |
| parent | 8eab181fe13536224b569110d8f74bbde0874d3d (diff) | |
| download | monzero-core-f2360a725e9e8649a0be6e34801a40e03097b7f8.tar.gz monzero-core-f2360a725e9e8649a0be6e34801a40e03097b7f8.tar.xz monzero-core-f2360a725e9e8649a0be6e34801a40e03097b7f8.zip | |
build: prepare v0.18.3.2
Diffstat (limited to 'src/cryptonote_core')
| -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 9d8f0f4de..d172c9b1b 100644 --- a/src/cryptonote_core/blockchain.cpp +++ b/src/cryptonote_core/blockchain.cpp @@ -5551,7 +5551,7 @@ void Blockchain::cancel() } #if defined(PER_BLOCK_CHECKPOINT) -static const char expected_block_hashes_hash[] = "bc9c91329af96137390d9c709fa3cecc924f1b25dadb7589f0d751cd93f3cc39"; +static const char expected_block_hashes_hash[] = "374d836b26c46b9d8fdbc977da7a89a43c2eefb65659901ee4d0053d302e1468"; void Blockchain::load_compiled_in_block_hashes(const GetCheckpointsCallback& get_checkpoints) { if (get_checkpoints == nullptr || !m_fast_sync) |
