From d4fc180f2087d064b4d3c5396f3358794e83e8d8 Mon Sep 17 00:00:00 2001 From: Liam Date: Wed, 7 Dec 2022 12:19:11 +0800 Subject: [PATCH] test multi config on devnet (#213) --- params/config.go | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/params/config.go b/params/config.go index 9501255804..7e7ab323b5 100644 --- a/params/config.go +++ b/params/config.go @@ -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,