current testnet masternode is 15 (#333)

This commit is contained in:
Liam 2023-10-14 02:31:44 +11:00 committed by GitHub
parent 493a0134da
commit 548aa05990
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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