From ab70081cf931e1030bb35a0c4b7792a111ce0346 Mon Sep 17 00:00:00 2001 From: Anil Chinchawale Date: Fri, 22 Mar 2019 22:25:36 +0530 Subject: [PATCH] TestNet Config updated --- common/constants.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/constants.go b/common/constants.go index 7c66a44368..8d755d2e7d 100644 --- a/common/constants.go +++ b/common/constants.go @@ -3,8 +3,8 @@ package common import "math/big" const ( - RewardMasterPercent = 40 - RewardVoterPercent = 50 + RewardMasterPercent = 90 + RewardVoterPercent = 0 RewardFoundationPercent = 10 HexSignMethod = "e341eaa4" HexSetSecret = "34d38600" @@ -12,7 +12,7 @@ const ( EpocBlockSecret = 800 EpocBlockOpening = 850 EpocBlockRandomize = 900 - MaxMasternodes = 150 + MaxMasternodes = 18 LimitPenaltyEpoch = 4 BlocksPerYear = uint64(15768000) LimitThresholdNonceInQueue = 10