forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: new -llmqmnhf param for devnet (#5634)
## Issue being fixed or feature implemented By default consensus for devnet if 50_60 that is way too much: ``` consensus.llmqTypeMnhf = Consensus::LLMQType::LLMQ_50_60; ``` So, `quorum list` on devnet-ouzo is empty: ``` { "llmq_50_60": [ ], ``` ## What was done? Adds new -llmqmnhf param for devnet to change quorum params dynamically. ## How Has This Been Tested? <not tested> ## Breaking Changes n/a ## 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 - [x] I have assigned this pull request to a milestone
- Loading branch information
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters