Skip to content

Commit ae89479

Browse files
Correct block
1 parent c8bb508 commit ae89479

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/chainparams.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ static Checkpoints::MapCheckpoints mapCheckpoints =
5757
boost::assign::map_list_of
5858
(0, uint256("0x0000072fa90af55d6d2e8c4ddefef154787e152b85b37e8a1bcfd20daf88cb78"))
5959
(58482, uint256("0x05878445b7877aea2ef3d7e52a7cbfbd5a4d12eaf5103d1ccdc02561b6170f78"))
60-
(70200, uint256("0xf6f5e6c3a6ecc2db29a9813b7d11916f1e48e62edcfe50030306fd34b35ce0ca"));
60+
(70774, uint256("0x1600a54444d64672652f4d32d26ef099c2d80822fd68836e1d819dc5aa9e8db2"));
6161

6262
static const Checkpoints::CCheckpointData data = {
6363
&mapCheckpoints,
64-
1542765500, // * UNIX timestamp of last checkpoint block
65-
141491, // * total number of transactions between genesis and last checkpoint
64+
1542800853, // * UNIX timestamp of last checkpoint block
65+
142666, // * total number of transactions between genesis and last checkpoint
6666
// (the tx=... number in the SetBestChain debug.log lines)
67-
2500 // * estimated number of transactions per day after checkpoint
67+
2880 // * estimated number of transactions per day after checkpoint
6868
};
6969

7070
static Checkpoints::MapCheckpoints mapCheckpointsTestnet =

0 commit comments

Comments
 (0)