update checkpoints.dat
This commit is contained in:
parent
f3284eeaf0
commit
d55d97ac69
Binary file not shown.
|
@ -221,7 +221,7 @@ namespace cryptonote
|
|||
ADD_CHECKPOINT(114980, "3a96963b93154889bd7d59c8a60cf8005e864b930627616e51a4ad11cd9a3d50");
|
||||
ADD_CHECKPOINT(115257, "338e056551087fe23d6c4b4280244bc5362b004716d85ec799a775f190f9fea9"); //Hard fork to v14
|
||||
ADD_CHECKPOINT(118500, "2ef1cd0c68f1b8e1acf384109431b6377dbdbd6705964be17b7358c47ea07447");
|
||||
ADD_CHECKPOINT(157000, "95445623d5490ccaece61edf85abd17d3ecc042c72146b44faa18a33f835038f");
|
||||
ADD_CHECKPOINT(157400, "44445d1fcc845b4d6f8e7730c50af64c09031003d584cdeaa04d6523e0acc049");
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
|
@ -5091,7 +5091,7 @@ void Blockchain::cancel()
|
|||
}
|
||||
|
||||
#if defined(PER_BLOCK_CHECKPOINT)
|
||||
static const char expected_block_hashes_hash[] = "b02311ef2ce826fec8a24a5b8f736e4c12d6b0a66434d915bf0ba34740fe84ac";
|
||||
static const char expected_block_hashes_hash[] = "8bc124ea71929ed6fcb886c056ac26d789f15884c1726224485835cec932b259";
|
||||
void Blockchain::load_compiled_in_block_hashes(const GetCheckpointsCallback& get_checkpoints)
|
||||
{
|
||||
if (get_checkpoints == nullptr || !m_fast_sync)
|
||||
|
|
Loading…
Reference in New Issue