Skip to content

Commit

Permalink
chain re-org made checkpoint invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
bumbacoin committed Jun 11, 2018
1 parent daf4d28 commit a06c5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Expand Up @@ -57,7 +57,7 @@ static void convertSeed6(std::vector<CAddress>& vSeedsOut, const SeedSpec6* data
static Checkpoints::MapCheckpoints mapCheckpoints =
boost::assign::map_list_of
(2, uint256("0x0000027d14b4b864befae3963aec2adf0fa5f8dadae6db6185d8878a8976f450"))
(545, uint256("0x0000008f62129ec29e7bdcc29efd55577c5032bf427db68bad8f798fa34c00d8"))
(545, uint256("0x0000001ce6d6ad14d71eb827feabd4dd82db2adc876341b6142b0c636cde6539"))
;
static const Checkpoints::CCheckpointData data = {
&mapCheckpoints,
Expand Down

0 comments on commit a06c5dc

Please sign in to comment.