mirror of
https://github.com/monero-project/monero.git
synced 2026-01-27 23:35:21 -08:00
Merge pull request #5232
082149c5fix merge errors, update recommended version to 0.14.0.2 (Riccardo Spagni)f3b368c6update checkpoints hash (Riccardo Spagni)e518f2b1update checkpoints, update README for 0.14.1 release (Riccardo Spagni)8780d6b4update readme via cherry-pick (Riccardo Spagni)
This commit is contained in:
@@ -4705,7 +4705,7 @@ void Blockchain::cancel()
|
||||
}
|
||||
|
||||
#if defined(PER_BLOCK_CHECKPOINT)
|
||||
static const char expected_block_hashes_hash[] = "954cb2bbfa2fe6f74b2cdd22a1a4c767aea249ad47ad4f7c9445f0f03260f511";
|
||||
static const char expected_block_hashes_hash[] = "570ce2357b08fadac6058e34f95c5e08323f9325de260d07b091a281a948a7b0";
|
||||
void Blockchain::load_compiled_in_block_hashes(const GetCheckpointsCallback& get_checkpoints)
|
||||
{
|
||||
if (get_checkpoints == nullptr || !m_fast_sync)
|
||||
|
||||
Reference in New Issue
Block a user