Skip to content

Commit

Permalink
Add Checkpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerlievens committed Jan 28, 2017
1 parent d90c912 commit 56a4276
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ static Checkpoints::MapCheckpoints mapCheckpoints =
( 4000, uint256("0x00000030b6226239a0d3b809e3b076e3a75476fe8048dc41859a6138f63a7a28"))
( 10000, uint256("0x0a7589f8bdc5e49f55e4ba3ba8875b909e7ca4802a0505b94d0b42b5f55d1598"))
( 40000, uint256("0xc6b43d4102098d0babf3529ebe9fc772bec026a36319b534d94f6fde64b963d9"))
( 160000, uint256("0x62cf48b78e93ef09d60c83da6da1c7b3dfa6602126e36d6756706124d2fb730b"))
;
static const Checkpoints::CCheckpointData data = {
&mapCheckpoints,
Expand Down
2 changes: 2 additions & 0 deletions src/kernel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ static std::map<int, unsigned int> mapStakeModifierCheckpoints =
( 8000, 0x481e05e4u )
( 16000, 0xd6f5eccbu )
( 32000, 0x7f331195u )
( 64000, 0xa9ee80a2u )
( 128000, 0xed217450u )
;

// Get time weight
Expand Down

0 comments on commit 56a4276

Please sign in to comment.