Skip to content

Commit

Permalink
Update kernel testnet checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
metaspartan committed Nov 27, 2020
1 parent b665f89 commit 9099004
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 @@ -27,7 +27,7 @@ static std::map<int, unsigned int> mapStakeModifierCheckpoints =
// Hard checkpoints of stake modifiers to ensure they are deterministic (testNet)
static std::map<int, unsigned int> mapStakeModifierCheckpointsTestNet =
boost::assign::map_list_of
( 10, 0x0e00670b )
( 9999999999, 0x4038ad82 ) //technically two
;

// Get time weight
Expand Down

0 comments on commit 9099004

Please sign in to comment.