From 548aa05990795c91ecffd0b1a29dfa5473bc724a Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 14 Oct 2023 02:31:44 +1100 Subject: [PATCH] current testnet masternode is 15 (#333) --- common/constants/constants.go.testnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/constants/constants.go.testnet b/common/constants/constants.go.testnet index 9169479db4..7fec041a78 100644 --- a/common/constants/constants.go.testnet +++ b/common/constants/constants.go.testnet @@ -15,7 +15,7 @@ const ( EpocBlockOpening = 850 EpocBlockRandomize = 900 MaxMasternodes = 18 - MaxMasternodesV2 = 10 + MaxMasternodesV2 = 15 LimitPenaltyEpoch = 4 LimitPenaltyEpochV2 = 0 BlocksPerYearTest = uint64(200000)