Skip to content

Commit

Permalink
adds new checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-at-decenomy committed Jan 10, 2023
1 parent fdc7c2f commit 2baaf56
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,15 +170,16 @@ static Checkpoints::MapCheckpoints mapCheckpoints =
(1395911, uint256S("b88817066f2a5735a44f47aadbf21fd0cc1c5a47e6d52d2a3df73b15e6f8445f"))
(1410155, uint256S("4967049bc47f0e95ff3cb48947ae96c3ee2eab9696dcdf6d7c4404194d6e3d3c"))
(1424399, uint256S("d15337ea79e9600a6b3cb2dcb278e10025a051f9553c38b567e5ed4aa5c3b317"))
(1927362, uint256S("058cb165efc66737b09e28eccd2e25e72ebf03f5d479bc165226429814518f9e"))
;


static const Checkpoints::CCheckpointData data = {
&mapCheckpoints,
1642468185, // * UNIX timestamp of last checkpoint block
12500494, // * total number of transactions between genesis and last checkpoint
1673365725, // * UNIX timestamp of last checkpoint block
13608754, // * total number of transactions between genesis and last checkpoint
// (the tx=... number in the UpdateTip debug.log lines)
2820 // * estimated number of transactions per day after checkpoint
2880 // * estimated number of transactions per day after checkpoint
};

static Checkpoints::MapCheckpoints mapCheckpointsTestnet =
Expand Down

0 comments on commit 2baaf56

Please sign in to comment.