mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-17 18:30:45 +00:00
test devnet reward more
This commit is contained in:
parent
a9317abcd1
commit
cc63105314
1 changed files with 14 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ var (
|
||||||
ProtectorReward: 4000,
|
ProtectorReward: 4000,
|
||||||
ObserverReward: 1000,
|
ObserverReward: 1000,
|
||||||
},
|
},
|
||||||
2052900: {
|
2053800: {
|
||||||
MaxMasternodes: 10,
|
MaxMasternodes: 10,
|
||||||
MaxProtectorNodes: 3,
|
MaxProtectorNodes: 3,
|
||||||
SwitchRound: 2053800,
|
SwitchRound: 2053800,
|
||||||
|
|
@ -134,6 +134,19 @@ var (
|
||||||
ProtectorReward: 2000,
|
ProtectorReward: 2000,
|
||||||
ObserverReward: 1000,
|
ObserverReward: 1000,
|
||||||
},
|
},
|
||||||
|
2084400: {
|
||||||
|
MaxMasternodes: 10,
|
||||||
|
MaxProtectorNodes: 0,
|
||||||
|
SwitchRound: 2084400,
|
||||||
|
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{
|
UnitTestV2Configs = map[uint64]*V2Config{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue