aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2023-10-02 15:26:18 -0400
committerluigi1111 <luigi1111w@gmail.com>2023-10-02 15:26:18 -0400
commit1c12d305d6c4ea259009ea64a35f7e5102d7f47b (patch)
treed05973c89182996355b71464114cc7e6410eb3d8 /src/cryptonote_core
parent83d0d2338fa208852123ccd6ad3b32cf20065590 (diff)
parentfbcd8da082fe9b7f4d1b771b392e6a0e8654e7fb (diff)
downloadmonzero-core-1c12d305d6c4ea259009ea64a35f7e5102d7f47b.tar.gz
monzero-core-1c12d305d6c4ea259009ea64a35f7e5102d7f47b.tar.xz
monzero-core-1c12d305d6c4ea259009ea64a35f7e5102d7f47b.zip
Merge pull request #9012
fbcd8da build: prepare v0.18.3.1 (selsta)
Diffstat (limited to 'src/cryptonote_core')
-rw-r--r--src/cryptonote_core/blockchain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_core/blockchain.cpp b/src/cryptonote_core/blockchain.cpp
index 54ee3b088..5d85379a5 100644
--- a/src/cryptonote_core/blockchain.cpp
+++ b/src/cryptonote_core/blockchain.cpp
@@ -5582,7 +5582,7 @@ void Blockchain::cancel()
}
#if defined(PER_BLOCK_CHECKPOINT)
-static const char expected_block_hashes_hash[] = "10b24cd1f61aeb4b07a0569af6b80db91d58f12bdc93cd4711e52a1410c7b5f5";
+static const char expected_block_hashes_hash[] = "bc9c91329af96137390d9c709fa3cecc924f1b25dadb7589f0d751cd93f3cc39";
void Blockchain::load_compiled_in_block_hashes(const GetCheckpointsCallback& get_checkpoints)
{
if (get_checkpoints == nullptr || !m_fast_sync)