aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2019-02-20 18:17:07 +0200
committerRiccardo Spagni <ric@spagni.net>2019-03-05 13:06:36 +0200
commitf3b368c659de15f7a94dbdc642f991479c0a7050 (patch)
treee06aa454915f32c62e1c88cd46bb925e6e09caef /src
parentupdate checkpoints, update README for 0.14.1 release (diff)
downloadmonero-f3b368c659de15f7a94dbdc642f991479c0a7050.tar.xz
update checkpoints hash
Diffstat (limited to 'src')
-rw-r--r--src/blocks/checkpoints.datbin208420 -> 221956 bytes
-rw-r--r--src/cryptonote_core/blockchain.cpp4
2 files changed, 2 insertions, 2 deletions
diff --git a/src/blocks/checkpoints.dat b/src/blocks/checkpoints.dat
index 03e2cd2a8..adc433522 100644
--- a/src/blocks/checkpoints.dat
+++ b/src/blocks/checkpoints.dat
Binary files differ
diff --git a/src/cryptonote_core/blockchain.cpp b/src/cryptonote_core/blockchain.cpp
index 9f1f376f3..ffd160aed 100644
--- a/src/cryptonote_core/blockchain.cpp
+++ b/src/cryptonote_core/blockchain.cpp
@@ -4697,8 +4697,8 @@ void Blockchain::cancel()
}
#if defined(PER_BLOCK_CHECKPOINT)
-static const char expected_block_hashes_hash[] = "954cb2bbfa2fe6f74b2cdd22a1a4c767aea249ad47ad4f7c9445f0f03260f511";
-void Blockchain::load_compiled_in_block_hashes(const GetCheckpointsCallback& get_checkpoints)
+static const char expected_block_hashes_hash[] = "570ce2357b08fadac6058e34f95c5e08323f9325de260d07b091a281a948a7b0";
+void Blockchain::load_compiled_in_block_hashes()
{
if (get_checkpoints == nullptr || !m_fast_sync)
{