Skip to content

Commit

Permalink
Merge dashpay#887: [Net] Fix incorrect last checkpoint timestamp
Browse files Browse the repository at this point in the history
a0af2a7 Fix incorrect last checkpoint timestamp (Fuzzbawls)

Tree-SHA512: a34786fa8dbe777ed0d2d1a880c1d9d603c6771aba7619b912100f5a732bb5b1f98459afb26be7aab8c3ade60ff4501accb69e65f74186b0ae41057d03c68866
  • Loading branch information
Fuzzbawls committed May 8, 2019
2 parents 013676d + a0af2a7 commit ec7993e
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 ec7993e

Please sign in to comment.