Skip to content

Commit

Permalink
Fix incorrect last checkpoint timestamp
Browse files Browse the repository at this point in the history
Github-Pull: #887
Rebased-From: a0af2a7
  • Loading branch information
Fuzzbawls committed May 8, 2019
1 parent bd4f505 commit 85ee5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ static Checkpoints::MapCheckpoints mapCheckpoints =
(1788528, uint256("ea9243ff8fc079fdd7a04f11fac415de4d98e1bb0dc38db6f79f8f8bbfdbe496")); //!< Network split here
static const Checkpoints::CCheckpointData data = {
&mapCheckpoints,
1556529343, // * UNIX timestamp of last checkpoint block
1556924938, // * UNIX timestamp of last checkpoint block
4271692, // * 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 85ee5f2

Please sign in to comment.