Skip to content

Commit

Permalink
Add new testnet block into chainparams
Browse files Browse the repository at this point in the history
  • Loading branch information
blondfrogs committed Nov 22, 2023
1 parent 030ebd7 commit 6f72d6c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,10 @@ class CTestNetParams : public CChainParams {

checkpointData = (CCheckpointData) {
boost::assign::map_list_of
(0, consensus.hashGenesisBlock),
1582228940, // * UNIX timestamp of last checkpoint block
(0, consensus.hashGenesisBlock)
(126, uint256S("0x000051aae1d60721a7489ef959dbf50f59bd7a7ba15b7ddbd15116309470927e"))
(251, uint256S("0x001319f1f26508de29e9e05d615a5cd49a8a97c0e5f4037bbf6ef25b8a40b450")),
1692637174, // * UNIX timestamp of last checkpoint block
0, // * total number of transactions between genesis and last checkpoint
// (the tx=... number in the SetBestChain debug.log lines)
750 // * estimated number of transactions per day after checkpoint 720 newly mined +30 for txs that users are doing
Expand Down

0 comments on commit 6f72d6c

Please sign in to comment.