Skip to content

Commit

Permalink
new checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoman1978 committed Jun 3, 2019
1 parent 66241c9 commit 8b3e1ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ static void convertSeed6(std::vector<CAddress>& vSeedsOut, const SeedSpec6* data
static Checkpoints::MapCheckpoints mapCheckpoints =
boost::assign::map_list_of
(0, uint256("0000f39e3ff6f5a891b9b41e2d2cb73eaac0973b6207099cb6d4e7507a84ec2e"))
(800, uint256("00000568e9067bf5690ea496d8d6bdb41e704a59263b44f2cddc201b072d2f88"));
(800, uint256("00000568e9067bf5690ea496d8d6bdb41e704a59263b44f2cddc201b072d2f88"))
(46900, uint256("9f01b95318a00139b5d022353df05f6018e58349139d2d9dcb2d781e2500ce13"))
;
static const Checkpoints::CCheckpointData data = {
&mapCheckpoints,
1528633260, // * UNIX timestamp of last checkpoint block
Expand Down

0 comments on commit 8b3e1ef

Please sign in to comment.