Merge pull request #334 from XinFinOrg/dev-upgrade

current testnet masternode is 15 (#333)
This commit is contained in:
Liam 2023-10-15 18:23:36 +11:00 committed by GitHub
commit d74a187613
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ const (
EpocBlockOpening = 850
EpocBlockRandomize = 900
MaxMasternodes = 18
MaxMasternodesV2 = 10
MaxMasternodesV2 = 15
LimitPenaltyEpoch = 4
LimitPenaltyEpochV2 = 0
BlocksPerYearTest = uint64(200000)