Merge pull request #9 from CryptoCanary/patch-1

Add Stake Modifiers for existing checkpoints
This commit is contained in:
cygnusxi 2017-01-22 06:57:30 -05:00 committed by GitHub
commit 4a36e36e34

View File

@ -20,6 +20,10 @@ unsigned int nModifierInterval = MODIFIER_INTERVAL;
static std::map<int, unsigned int> mapStakeModifierCheckpoints = static std::map<int, unsigned int> mapStakeModifierCheckpoints =
boost::assign::map_list_of boost::assign::map_list_of
( 0, 0x0e00670bu ) ( 0, 0x0e00670bu )
( 1, 0x5189c78au )
( 11000, 0x97a10217u )
( 130000, 0xf3878d42u )
( 148000, 0x111af91cu )
; ;
// Get the last stake modifier and its generation time from a given block // Get the last stake modifier and its generation time from a given block