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.
fix: change default quorums for devnet (#5635)
## Issue being fixed or feature implemented To make configuring devnets more error-prune and config file shorter ## What was done? Updated default LLMQ parameters on devnet from 50_60, 60_75, 100_67 to `LLMQ_DEVNET` and `LLMQ_DEVNET_PLATFORM`. ## How Has This Been Tested? not tested yet; would be tested on devnets later with next devnet/release ## Breaking Changes n/a for non-dev-nets; for dev-net other default quorum is used. ## 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 --------- Co-authored-by: UdjinM6 <[email protected]>
- Loading branch information
Showing
2 changed files
with
10 additions
and
10 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