Skip to content

Commit

Permalink
add stake modifier checkpoints
Browse files Browse the repository at this point in the history
checkpoints added for blocks 500 and 1000
  • Loading branch information
nebliodev committed Jul 26, 2017
1 parent 3e176f1 commit de36a31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/kernel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ typedef std::map<int, unsigned int> MapModifierCheckpoints;
static std::map<int, unsigned int> mapStakeModifierCheckpoints =
boost::assign::map_list_of
( 0, 0xfd11f4e7 ) // genesis
//( 500, 0xe226cbe6 ) // premine
//( 1000, 0xe4e50500 )
( 500, 0x3b54b16d ) // premine
( 1000, 0x7b238954 )
;

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

0 comments on commit de36a31

Please sign in to comment.