File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -99,16 +99,12 @@ static const Checkpoints::CCheckpointData data = {
9999
100100static Checkpoints::MapCheckpoints mapCheckpointsTestnet =
101101 boost::assign::map_list_of
102- (0 , uint256S(" 0x001" ))
103- (1016800 , uint256S(" 6ae7d52092fd918c8ac8d9b1334400387d3057997e6e927a88e57186dc395231" ))
104- (1106100 , uint256S(" c54b3e7e8b710e4075da1806adf2d508ae722627d5bcc43f594cf64d5eef8b30" )) // !< zc public spend activation height
105- (1112700 , uint256S(" 2ad8d507dbe3d3841b9f8a29c3878d570228e9361c3e057362d7915777bbc849" ))
106- (1347000 , uint256S(" 30c173ffc09a13f288bf6e828216107037ce5b79536b1cebd750a014f4939882" )) // !< First v7 block
107- (1608352 , uint256S(" 34a1ae222b2794f34b13e87b34c6ab1b0849c80c372ca0070ceab77a83534f15" )); // !< PIVX v4.1.1 enforced
102+ (0 , uint256S(" 0x001" ));
103+ // (201, uint256S("6ae7d52092fd918c8ac8d9b1334400387d3057997e6e927a88e57186dc395231")); // v5 activation (PoS/Sapling)
108104static const Checkpoints::CCheckpointData dataTestnet = {
109105 &mapCheckpointsTestnet,
110- 1591225230 ,
111- 3501914 ,
106+ 1454124731 ,
107+ 0 ,
112108 3000 };
113109
114110static Checkpoints::MapCheckpoints mapCheckpointsRegtest =
You can’t perform that action at this time.
0 commit comments