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" import "math/big"
const ( const (
RewardMasterPercent = 40 RewardMasterPercent = 90
RewardVoterPercent = 50 RewardVoterPercent = 0
RewardFoundationPercent = 10 RewardFoundationPercent = 10
HexSignMethod = "e341eaa4" HexSignMethod = "e341eaa4"
HexSetSecret = "34d38600" HexSetSecret = "34d38600"
@ -12,7 +12,7 @@ const (
EpocBlockSecret = 800 EpocBlockSecret = 800
EpocBlockOpening = 850 EpocBlockOpening = 850
EpocBlockRandomize = 900 EpocBlockRandomize = 900
MaxMasternodes = 150 MaxMasternodes = 18
LimitPenaltyEpoch = 4 LimitPenaltyEpoch = 4
BlocksPerYear = uint64(15768000) BlocksPerYear = uint64(15768000)
LimitThresholdNonceInQueue = 10 LimitThresholdNonceInQueue = 10