mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
feat(llmq): llmq_test_dip0024 adjustments (#5229)
## Issue being fixed or feature implemented ## What was done? ## How Has This Been Tested? ## Breaking Changes After the DIP24 fork, instant locks will still be served by `llmq_test_instantsend`, since no `llmq_test_dip0024` will be formed with less than 4 nodes. ## Checklist: - [x] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added or updated relevant unit/integration/functional/e2e tests - [ ] I have made corresponding changes to the documentation **For repository code-owners and collaborators only** - [x] I have assigned this pull request to a milestone
This commit is contained in:
parent
eae0cbacb7
commit
0bcf96311f
@ -196,7 +196,7 @@ static constexpr std::array<LLMQParams, 14> available_llmqs = {
|
||||
.name = "llmq_test_dip0024",
|
||||
.useRotation = true,
|
||||
.size = 4,
|
||||
.minSize = 3,
|
||||
.minSize = 4,
|
||||
.threshold = 2,
|
||||
|
||||
.dkgInterval = 24, // DKG cycle
|
||||
|
Loading…
Reference in New Issue
Block a user