mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
update new reward parameter on devnet (#899)
Co-authored-by: liam.lai <liam.lai@us>
This commit is contained in:
parent
353c1f4201
commit
080dcfd48f
1 changed files with 6 additions and 6 deletions
|
|
@ -121,17 +121,17 @@ var (
|
|||
ProtectorReward: 4000,
|
||||
ObserverReward: 1000,
|
||||
},
|
||||
9999999999: {
|
||||
MaxMasternodes: 15,
|
||||
MaxProtectorNodes: 2,
|
||||
SwitchRound: 9999999999,
|
||||
2052900: {
|
||||
MaxMasternodes: 10,
|
||||
MaxProtectorNodes: 3,
|
||||
SwitchRound: 2053800,
|
||||
CertThreshold: 0.667,
|
||||
TimeoutSyncThreshold: 3,
|
||||
TimeoutPeriod: 5,
|
||||
MinePeriod: 2,
|
||||
ExpTimeoutConfig: ExpTimeoutConfig{Base: 2.0, MaxExponent: 5},
|
||||
MasternodeReward: 5000,
|
||||
ProtectorReward: 4000,
|
||||
MasternodeReward: 3000,
|
||||
ProtectorReward: 2000,
|
||||
ObserverReward: 1000,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue