File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -83,11 +83,13 @@ static const Checkpoints::CCheckpointData data = {
8383static Checkpoints::MapCheckpoints mapCheckpointsTestnet =
8484 boost::assign::map_list_of
8585 (0 , uint256(" 0x001" ))
86- (1016800 , uint256(" 6ae7d52092fd918c8ac8d9b1334400387d3057997e6e927a88e57186dc395231" ));
86+ (1016800 , uint256(" 6ae7d52092fd918c8ac8d9b1334400387d3057997e6e927a88e57186dc395231" ))
87+ (1106100 , uint256(" c54b3e7e8b710e4075da1806adf2d508ae722627d5bcc43f594cf64d5eef8b30" )) // !< zc public spend activation height
88+ (1112700 , uint256(" 2ad8d507dbe3d3841b9f8a29c3878d570228e9361c3e057362d7915777bbc849" ));
8789static const Checkpoints::CCheckpointData dataTestnet = {
8890 &mapCheckpointsTestnet,
89- 1554669557 ,
90- 2305594 ,
91+ 1560843157 ,
92+ 2501682 ,
9193 250 };
9294
9395static Checkpoints::MapCheckpoints mapCheckpointsRegtest =
You can’t perform that action at this time.
0 commit comments