From fc9effa05d81986435eb3a42b2691bbe22185ce1 Mon Sep 17 00:00:00 2001 From: AnilChinchawale Date: Sat, 24 Nov 2018 16:27:52 +0530 Subject: [PATCH] updated constants.go --- common/constants.go | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/common/constants.go b/common/constants.go index 5298dc9da9..2434a69e1b 100644 --- a/common/constants.go +++ b/common/constants.go @@ -2,19 +2,21 @@ package common const ( RewardMasterPercent = 40 - RewardVoterPercent = 50 - RewardFoundationPercent = 10 + RewardVoterPercent = 30 + RewardFoundationPercent = 30 HexSignMethod = "e341eaa4" HexSetSecret = "34d38600" HexSetOpening = "e11f5ba2" EpocBlockSecret = 800 EpocBlockOpening = 850 EpocBlockRandomize = 900 - MaxMasternodes = 150 + MaxMasternodes = 21 LimitPenaltyEpoch = 4 BlocksPerYear = uint64(15768000) LimitThresholdNonceInQueue = 10 MinGasPrice = 2500 + + // Maximum number of Masternodes Set to 21 ) -var IsTestnet bool = false \ No newline at end of file +var IsTestnet bool = false