Skip to content

Commit

Permalink
Merge pull request #334 from XinFinOrg/dev-upgrade
Browse files Browse the repository at this point in the history
current testnet masternode is 15 (#333)
  • Loading branch information
liam-lai authored Oct 15, 2023
2 parents e4577a6 + 548aa05 commit d74a187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/constants/constants.go.testnet
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const (
EpocBlockOpening = 850
EpocBlockRandomize = 900
MaxMasternodes = 18
MaxMasternodesV2 = 10
MaxMasternodesV2 = 15
LimitPenaltyEpoch = 4
LimitPenaltyEpochV2 = 0
BlocksPerYearTest = uint64(200000)
Expand Down

0 comments on commit d74a187

Please sign in to comment.