mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
current testnet masternode is 15 (#333)
This commit is contained in:
parent
493a0134da
commit
548aa05990
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ const (
|
|||
EpocBlockOpening = 850
|
||||
EpocBlockRandomize = 900
|
||||
MaxMasternodes = 18
|
||||
MaxMasternodesV2 = 10
|
||||
MaxMasternodesV2 = 15
|
||||
LimitPenaltyEpoch = 4
|
||||
LimitPenaltyEpochV2 = 0
|
||||
BlocksPerYearTest = uint64(200000)
|
||||
|
|
|
|||
Loading…
Reference in a new issue