Skip to content

Commit

Permalink
Update kernel.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
bumbacoin committed Feb 7, 2017
1 parent d3b6a35 commit e14e1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kernel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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
( 0, 0x0e00670b )
( 0, 0xfd11f4e7 )
//( 13117, 0x18d5219a )
;

Expand Down

0 comments on commit e14e1dd

Please sign in to comment.