Skip to content

Commit

Permalink
[Main] Update last checkpoint data
Browse files Browse the repository at this point in the history
The new checkpoint at block `867733` didn't update the related
checkpoint data (timestamp and number of transactions), this corrects
that omission.
  • Loading branch information
Fuzzbawls committed Oct 25, 2017
1 parent 4446fab commit 0570a2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ static Checkpoints::MapCheckpoints mapCheckpoints =
(867733, uint256("03b26296bf693de5782c76843d2fb649cb66d4b05550c6a79c047ff7e1c3ae15"));
static const Checkpoints::CCheckpointData data = {
&mapCheckpoints,
1504290445, // * UNIX timestamp of last checkpoint block
1568221, // * total number of transactions between genesis and last checkpoint
1508454843, // * UNIX timestamp of last checkpoint block
1740710, // * 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 0570a2d

Please sign in to comment.