lower the devnet cert to recover devnet (#592)

* lower the devnet cert to recover devnet

* lower the devnet cert to recover devnet
This commit is contained in:
Liam 2024-07-29 07:34:28 -07:00 committed by GitHub
parent 4b35f33559
commit 014eb1c2ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -94,6 +94,14 @@ var (
TimeoutPeriod: 30,
MinePeriod: 2,
},
13625858: { // 2024.07.29 RPC call and reorg sync issue
MaxMasternodes: 108,
SwitchRound: 13625858,
CertThreshold: 0.4,
TimeoutSyncThreshold: 3,
TimeoutPeriod: 30,
MinePeriod: 2,
},
}
UnitTestV2Configs = map[uint64]*V2Config{