Skip to content

Commit

Permalink
Clean stake modifier checkpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
sskender committed Mar 23, 2022
1 parent fddc59c commit 8545e60
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/kernel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ typedef std::map<int, unsigned int> MapModifierCheckpoints;
static std::map<int, unsigned int> mapStakeModifierCheckpoints =
boost::assign::map_list_of
( 0, 0x0e00670b )
( 1, 0xbc4b99b6 )
( 500, 0xcd5271c0 )
( 1000, 0xec157e36 )
( 10000, 0xb37f55e1 )
( 50000, 0x7a5cde44 )
;

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

0 comments on commit 8545e60

Please sign in to comment.