diff --git a/common/constants.go b/common/constants.go index 8d224b05a1..0f22e13f6c 100644 --- a/common/constants.go +++ b/common/constants.go @@ -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