mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 02:40:45 +00:00
Merge pull request #334 from XinFinOrg/dev-upgrade
current testnet masternode is 15 (#333)
This commit is contained in:
commit
d74a187613
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