Skip to content

Commit

Permalink
added old checkpoint back for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
StakeBox committed Aug 15, 2016
1 parent c445869 commit 4c6ff4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ static void convertSeed6(std::vector<CAddress> &vSeedsOut, const SeedSpec6 *data
// + Contains no strange transactions
static Checkpoints::MapCheckpoints mapCheckpoints =
boost::assign::map_list_of
( 259201, uint256("fc21adc0a966464eecee91fb0eb785623b041befd67a2b5f433f1d8f750e2a6c"));
( 54900, uint256("00000000018b925d0328dddfa47a5296569d3679face0c04b71d8ee1056daf17"));
static const Checkpoints::CCheckpointData data = {
&mapCheckpoints,
1471135199, // * UNIX timestamp of last checkpoint block
367159, // * total number of transactions between genesis and last checkpoint
1457660559, // * UNIX timestamp of last checkpoint block
79717, // * total number of transactions between genesis and last checkpoint
// (the tx=... number in the SetBestChain debug.log lines)
2000 // * estimated number of transactions per day after checkpoint
};
Expand Down

0 comments on commit 4c6ff4d

Please sign in to comment.