Skip to content

Commit 784d3a1

Browse files
author
cevap
committed
Add checkpoint before merging, 552317, ref pull: #3
1 parent 4c19e64 commit 784d3a1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/chainparams.cpp

+5-4
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,13 @@ static void convertSeed6(std::vector<CAddress>& vSeedsOut, const SeedSpec6* data
5555
static Checkpoints::MapCheckpoints mapCheckpoints =
5656
boost::assign::map_list_of
5757
( 0, uint256("0000004cf5ffbf2e31a9aa07c86298efb01a30b8911b80af7473d1114715084b") ) // Genesis block
58-
( 550001, uint256("aa063547717c4e9f1f1593a580143491896cde85a0b369442d629cd364a1b78d") ) // Zerocoin Start (v8) 1521903907 1464462)
59-
( 550142, uint256("4a9e4ee53bc441e0aadf788b5daa9b8d01a3a6debed01b5c599d6f7e22f4f7d0") );// Last block 1521912217 1464746
58+
( 550001, uint256("aa063547717c4e9f1f1593a580143491896cde85a0b369442d629cd364a1b78d") ) // Zerocoin Start (v8) 1521903907 1464462)
59+
( 550142, uint256("4a9e4ee53bc441e0aadf788b5daa9b8d01a3a6debed01b5c599d6f7e22f4f7d0") ) // 1521912217 1464746
60+
( 552317, uint256("654cf4e6d0e9d8249075c674a54859849b2648cfe35ea71e25bd6394f24331b2") );// Last block 1522095098 1469475
6061
static const Checkpoints::CCheckpointData data = {
6162
&mapCheckpoints,
62-
1521912217, // * UNIX timestamp of last checkpoint block
63-
1464746, // * total number of transactions between genesis and last checkpoint
63+
1522095098, // * UNIX timestamp of last checkpoint block
64+
1469475, // * total number of transactions between genesis and last checkpoint
6465
// (the tx=... number in the SetBestChain debug.log lines)
6566
2000 // * estimated number of transactions per day after checkpoint
6667
};

0 commit comments

Comments
 (0)