mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-22 22:54:33 +00:00
Merge pull request #904 from XinFinOrg/test-devnet-reward-more
test devnet reward more
This commit is contained in:
commit
c1665e5975
1 changed files with 14 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ var (
|
|||
ProtectorReward: 4000,
|
||||
ObserverReward: 1000,
|
||||
},
|
||||
2052900: {
|
||||
2053800: {
|
||||
MaxMasternodes: 10,
|
||||
MaxProtectorNodes: 3,
|
||||
SwitchRound: 2053800,
|
||||
|
|
@ -134,6 +134,19 @@ var (
|
|||
ProtectorReward: 2000,
|
||||
ObserverReward: 1000,
|
||||
},
|
||||
2090700: {
|
||||
MaxMasternodes: 10,
|
||||
MaxProtectorNodes: 0,
|
||||
SwitchRound: 2090700,
|
||||
CertThreshold: 0.667,
|
||||
TimeoutSyncThreshold: 3,
|
||||
TimeoutPeriod: 5,
|
||||
MinePeriod: 2,
|
||||
ExpTimeoutConfig: ExpTimeoutConfig{Base: 2.0, MaxExponent: 5},
|
||||
MasternodeReward: 5000,
|
||||
ProtectorReward: 4000,
|
||||
ObserverReward: 1000,
|
||||
},
|
||||
}
|
||||
|
||||
UnitTestV2Configs = map[uint64]*V2Config{
|
||||
|
|
|
|||
Loading…
Reference in a new issue