TestNet Config updated

This commit is contained in:
Anil Chinchawale 2019-03-22 22:25:36 +05:30 committed by GitHub
parent 38180d8147
commit ab70081cf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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