Skip to content

Commit 835f595

Browse files
Add a checkpoint
1 parent df04173 commit 835f595

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/chainparams.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,12 @@ static void convertSeed6(std::vector<CAddress>& vSeedsOut, const SeedSpec6* data
5555
// + Contains no strange transactions
5656
static Checkpoints::MapCheckpoints mapCheckpoints =
5757
boost::assign::map_list_of
58-
(0, uint256("0x0000072fa90af55d6d2e8c4ddefef154787e152b85b37e8a1bcfd20daf88cb78"));
58+
(0, uint256("0x0000072fa90af55d6d2e8c4ddefef154787e152b85b37e8a1bcfd20daf88cb78"))
59+
(58482, uint256("0x05878445b7877aea2ef3d7e52a7cbfbd5a4d12eaf5103d1ccdc02561b6170f78"));
5960
static const Checkpoints::CCheckpointData data = {
6061
&mapCheckpoints,
61-
1538226121, // * UNIX timestamp of last checkpoint block
62-
0, // * total number of transactions between genesis and last checkpoint
62+
1542062092, // * UNIX timestamp of last checkpoint block
63+
117040, // * total number of transactions between genesis and last checkpoint
6364
// (the tx=... number in the SetBestChain debug.log lines)
6465
2000 // * estimated number of transactions per day after checkpoint
6566
};

0 commit comments

Comments
 (0)