Skip to content

Commit a0af2a7

Browse files
committed
Fix incorrect last checkpoint timestamp
1 parent 013676d commit a0af2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chainparams.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ static Checkpoints::MapCheckpoints mapCheckpoints =
7474
(1788528, uint256("ea9243ff8fc079fdd7a04f11fac415de4d98e1bb0dc38db6f79f8f8bbfdbe496")); //!< Network split here
7575
static const Checkpoints::CCheckpointData data = {
7676
&mapCheckpoints,
77-
1556529343, // * UNIX timestamp of last checkpoint block
77+
1556924938, // * UNIX timestamp of last checkpoint block
7878
4271692, // * total number of transactions between genesis and last checkpoint
7979
// (the tx=... number in the SetBestChain debug.log lines)
8080
2000 // * estimated number of transactions per day after checkpoint

0 commit comments

Comments
 (0)