Skip to content

Commit

Permalink
Update kernel.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
compounddev committed Oct 4, 2017
1 parent ead22d7 commit e300364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kernel.cpp
Expand Up @@ -17,7 +17,7 @@ typedef std::map<int, unsigned int> MapModifierCheckpoints;
// Hard checkpoints of stake modifiers to ensure they are deterministic
static std::map<int, unsigned int> mapStakeModifierCheckpoints =
boost::assign::map_list_of
( 999999999, 0x0e00670bu )
( 1151, 0x69c38d4e )
;

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

0 comments on commit e300364

Please sign in to comment.