Skip to content

Commit

Permalink
lower the devnet cert to recover devnet (#592)
Browse files Browse the repository at this point in the history
* lower the devnet cert to recover devnet

* lower the devnet cert to recover devnet
  • Loading branch information
liam-lai authored Jul 29, 2024
1 parent 4b35f33 commit 014eb1c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 014eb1c

Please sign in to comment.