Skip to content

Commit

Permalink
Add checkpoint at block #200000
Browse files Browse the repository at this point in the history
  • Loading branch information
svost committed Sep 2, 2015
1 parent c5cf6e2 commit 054d268
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/checkpoints.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ namespace Checkpoints
( 143990, std::make_pair(uint256("0x00000000001ff5c3940a9f73ad4a990f64955179bde0f743c76dbf0031429efc"), 1418953493) )
( 149000, std::make_pair(uint256("0x7a24acfcadcf43054e7f7d9f273522c0dfc5791ba4006e0273e7521a8d36c525"), 1420872125) )
( 160000, std::make_pair(uint256("0x000000000001cb1133043d38d077c0e93f66c8b2566779f10f182137d1e34a68"), 1425150237) )
( 200000, std::make_pair(uint256("0x0000000000029f8bbf66e6ea6f3e5db55009404aae0fe395a53dd33142b2bff2"), 1441127233) )
;

// TestNet has no checkpoints
Expand Down
1 change: 1 addition & 0 deletions src/kernel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ static std::map<int, unsigned int> mapStakeModifierCheckpoints =
(143990, 0x9c592c78u )
(149000, 0x48f2bdc4u )
(160000, 0x789df0f0u )
(200000, 0x01ec1503u )
;

// Hard checkpoints of stake modifiers to ensure they are deterministic (testNet)
Expand Down

0 comments on commit 054d268

Please sign in to comment.