Patch upgrade added at 5mil Block.

This commit is contained in:
AnilChinchawale 2019-07-30 11:55:32 +05:30
parent b3e8d4fcc6
commit c59df4c3c0

View file

@ -13,7 +13,7 @@ const (
EpocBlockOpening = 850
EpocBlockRandomize = 900
MaxMasternodes = 18
MaxMasternodesV2 = 54
MaxMasternodesV2 = 108
LimitPenaltyEpoch = 4
BlocksPerYear = uint64(15768000)
LimitThresholdNonceInQueue = 10
@ -26,7 +26,7 @@ const (
var TIP2019Block = big.NewInt(1)
var TIPSigning = big.NewInt(3000000)
var TIPRandomize = big.NewInt(3464000)
var TIPIncreaseMasternodes = big.NewInt(10000000) // example 10 milions
var TIPIncreaseMasternodes = big.NewInt(5000000) // Upgrade MN Count at Block.
var IsTestnet bool = false
var StoreRewardFolder string
var RollbackHash Hash