mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 02:40:45 +00:00
test multi config on devnet (#213)
This commit is contained in:
parent
6ffbd3e141
commit
d4fc180f20
1 changed files with 7 additions and 7 deletions
|
|
@ -107,16 +107,16 @@ var (
|
||||||
WaitPeriod: 10,
|
WaitPeriod: 10,
|
||||||
MinePeriod: 10,
|
MinePeriod: 10,
|
||||||
},
|
},
|
||||||
9900000: {
|
7224300: {
|
||||||
SwitchBlock: big.NewInt(9900000),
|
SwitchBlock: big.NewInt(7224300),
|
||||||
CertThreshold: common.MaxMasternodesV2*3/5 + 1,
|
CertThreshold: common.MaxMasternodesV2*1/2 + 1,
|
||||||
TimeoutSyncThreshold: 5,
|
TimeoutSyncThreshold: 8,
|
||||||
TimeoutPeriod: 25,
|
TimeoutPeriod: 50,
|
||||||
WaitPeriod: 5,
|
WaitPeriod: 5,
|
||||||
MinePeriod: 20,
|
MinePeriod: 20,
|
||||||
},
|
},
|
||||||
10000000: {
|
7242300: {
|
||||||
SwitchBlock: big.NewInt(10000000),
|
SwitchBlock: big.NewInt(7242300),
|
||||||
CertThreshold: common.MaxMasternodesV2*2/3 + 1,
|
CertThreshold: common.MaxMasternodesV2*2/3 + 1,
|
||||||
TimeoutSyncThreshold: 5,
|
TimeoutSyncThreshold: 5,
|
||||||
TimeoutPeriod: 25,
|
TimeoutPeriod: 25,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue