mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-10 15:04:27 +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,
|
ProtectorReward: 4000,
|
||||||
ObserverReward: 1000,
|
ObserverReward: 1000,
|
||||||
},
|
},
|
||||||
9999999999: {
|
2052900: {
|
||||||
MaxMasternodes: 15,
|
MaxMasternodes: 10,
|
||||||
MaxProtectorNodes: 2,
|
MaxProtectorNodes: 3,
|
||||||
SwitchRound: 9999999999,
|
SwitchRound: 2053800,
|
||||||
CertThreshold: 0.667,
|
CertThreshold: 0.667,
|
||||||
TimeoutSyncThreshold: 3,
|
TimeoutSyncThreshold: 3,
|
||||||
TimeoutPeriod: 5,
|
TimeoutPeriod: 5,
|
||||||
MinePeriod: 2,
|
MinePeriod: 2,
|
||||||
ExpTimeoutConfig: ExpTimeoutConfig{Base: 2.0, MaxExponent: 5},
|
ExpTimeoutConfig: ExpTimeoutConfig{Base: 2.0, MaxExponent: 5},
|
||||||
MasternodeReward: 5000,
|
MasternodeReward: 3000,
|
||||||
ProtectorReward: 4000,
|
ProtectorReward: 2000,
|
||||||
ObserverReward: 1000,
|
ObserverReward: 1000,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue