Skip to content

Commit ab441f3

Browse files
committed
[Net] Add a couple new testnet checkpoints
1. `1106100` height that zc public spends became available 2. `1112700` random recent testnet block that meets criteria
1 parent 3323f26 commit ab441f3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/chainparams.cpp

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,13 @@ static const Checkpoints::CCheckpointData data = {
8383
static 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"));
8789
static const Checkpoints::CCheckpointData dataTestnet = {
8890
&mapCheckpointsTestnet,
89-
1554669557,
90-
2305594,
91+
1560843157,
92+
2501682,
9193
250};
9294

9395
static Checkpoints::MapCheckpoints mapCheckpointsRegtest =

0 commit comments

Comments
 (0)