diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2024-03-11 15:57:50 -0400 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2024-03-11 15:57:50 -0400 |
| commit | 453a82fd44c87134f1e21200ea6553b8f1a30e2b (patch) | |
| tree | 4b86a001984efc8798c870c0a681a8310e16d385 /src/cryptonote_core/blockchain.cpp | |
| parent | 1744fada96f2fee7258c1eb29d6620d9a44d45a0 (diff) | |
| parent | 97e3ce5f1838459969121287f53fd48724312004 (diff) | |
| download | monzero-core-453a82fd44c87134f1e21200ea6553b8f1a30e2b.tar.gz monzero-core-453a82fd44c87134f1e21200ea6553b8f1a30e2b.tar.xz monzero-core-453a82fd44c87134f1e21200ea6553b8f1a30e2b.zip | |
Merge pull request #9239
97e3ce5 build: prepare v0.18.3.3 (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 c29520a1e..104c26977 100644 --- a/src/cryptonote_core/blockchain.cpp +++ b/src/cryptonote_core/blockchain.cpp @@ -5552,7 +5552,7 @@ void Blockchain::cancel() } #if defined(PER_BLOCK_CHECKPOINT) -static const char expected_block_hashes_hash[] = "374d836b26c46b9d8fdbc977da7a89a43c2eefb65659901ee4d0053d302e1468"; +static const char expected_block_hashes_hash[] = "0046a0019beb6e697e27d834d6127851425f7ee09bfb8e9f8df7b1420131aca8"; void Blockchain::load_compiled_in_block_hashes(const GetCheckpointsCallback& get_checkpoints) { if (get_checkpoints == nullptr || !m_fast_sync) |
