test multi config on devnet (#213)

This commit is contained in:
Liam 2022-12-07 12:19:11 +08:00 committed by GitHub
parent 6ffbd3e141
commit d4fc180f20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,16 +107,16 @@ var (
WaitPeriod: 10,
MinePeriod: 10,
},
9900000: {
SwitchBlock: big.NewInt(9900000),
CertThreshold: common.MaxMasternodesV2*3/5 + 1,
TimeoutSyncThreshold: 5,
TimeoutPeriod: 25,
7224300: {
SwitchBlock: big.NewInt(7224300),
CertThreshold: common.MaxMasternodesV2*1/2 + 1,
TimeoutSyncThreshold: 8,
TimeoutPeriod: 50,
WaitPeriod: 5,
MinePeriod: 20,
},
10000000: {
SwitchBlock: big.NewInt(10000000),
7242300: {
SwitchBlock: big.NewInt(7242300),
CertThreshold: common.MaxMasternodesV2*2/3 + 1,
TimeoutSyncThreshold: 5,
TimeoutPeriod: 25,