Skip to content

Commit

Permalink
remove the last two checkpoints which seem have issues
Browse files Browse the repository at this point in the history
  • Loading branch information
deeponion committed Mar 23, 2018
1 parent 194b78d commit 9e5764d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/checkpoints.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ namespace Checkpoints
(250008, uint256("0x00000000000069afef0ee5775301da6815092c4bd1a45928e33da5a894e55e00"))
(300836, uint256("0x00000000000047d897f3eac5fcacc831f0f77dfbf70222467ee2360dcbc4b266"))
(350003, uint256("0x0000000000001e6123edc0c5c8ca04ccee16aeb23455d02f12ba8d636516ee52"))
(400494, uint256("0x0000000000002fe71efc2d0ed60e6e226b67f7286e402c81a14c7c427e892619"))
(434205, uint256("0x000000000000a96b9a767ea34f77b5046ba7d5e9b62ebb2ae521f071f3ee341d"))
;

// TestNet has no checkpoints
Expand Down
2 changes: 0 additions & 2 deletions src/kernel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ static std::map<int, unsigned int> mapStakeModifierCheckpoints =
(250008, 0x76bd1777u)
(300836, 0x18dbac5eu)
(350003, 0x17223fa8u)
(400494, 0x2c7965d2u)
(434205, 0xaf270091u)
;

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

0 comments on commit 9e5764d

Please sign in to comment.