mirror of
https://github.com/cygnusxi/CurecoinSource.git
synced 2025-07-27 15:44:25 +02:00
Merge pull request #9 from CryptoCanary/patch-1
Add Stake Modifiers for existing checkpoints
This commit is contained in:
commit
4a36e36e34
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user