Skip to content

Commit 9099004

Browse files
committed
Update kernel testnet checkpoint
1 parent b665f89 commit 9099004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kernel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ static std::map<int, unsigned int> mapStakeModifierCheckpoints =
2727
// Hard checkpoints of stake modifiers to ensure they are deterministic (testNet)
2828
static std::map<int, unsigned int> mapStakeModifierCheckpointsTestNet =
2929
boost::assign::map_list_of
30-
( 10, 0x0e00670b )
30+
( 9999999999, 0x4038ad82 ) //technically two
3131
;
3232

3333
// Get time weight

0 commit comments

Comments
 (0)