mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-16 18:00:46 +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
|
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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue