aboutsummaryrefslogtreecommitdiff
path: root/src/crypto
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-11-18 14:59:10 -0600
committerluigi1111 <luigi1111w@gmail.com>2019-11-18 14:59:10 -0600
commitcb3aad4b4603b4d40207a5ceaf0964cb5298014e (patch)
tree9244d7f0e5e5d0472a989c4abfbc873a9ce87886 /src/crypto
parentMerge pull request #6149 (diff)
parentv0.15.0.1 version bump (diff)
downloadmonero-cb3aad4b4603b4d40207a5ceaf0964cb5298014e.tar.xz
Merge pull request #6152
74b0ca4 v0.15.0.1 version bump (moneromooo-monero)
Diffstat (limited to '')
-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 d22158dfc..64708a580 100644
--- a/src/cryptonote_core/blockchain.cpp
+++ b/src/cryptonote_core/blockchain.cpp
@@ -5029,7 +5029,7 @@ void Blockchain::cancel()
}
#if defined(PER_BLOCK_CHECKPOINT)
-static const char expected_block_hashes_hash[] = "fce1dc7c17f7679f5f447df206b8f5fe2ef6b1a2845e59f650850a0ef00d265f";
+static const char expected_block_hashes_hash[] = "bd0028887df452e58655a68015f74b923f29e9829b0b2c030d64feee67a2f537";
void Blockchain::load_compiled_in_block_hashes(const GetCheckpointsCallback& get_checkpoints)
{
if (get_checkpoints == nullptr || !m_fast_sync)