Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #6331: fix: adjust the number of spork defaults
7d933d8 test: should have no spork with an empty name (UdjinM6) d3345c9 fix: adjust the number of spork defaults (UdjinM6) Pull request description: ## Issue being fixed or feature implemented ``` { "SPORK_2_INSTANTSEND_ENABLED": 4070908800, "SPORK_3_INSTANTSEND_BLOCK_FILTERING": 4070908800, "SPORK_9_SUPERBLOCKS_ENABLED": 4070908800, "SPORK_17_QUORUM_DKG_ENABLED": 4070908800, "SPORK_19_CHAINLOCKS_ENABLED": 4070908800, "SPORK_21_QUORUM_ALL_CONNECTED": 4070908800, "SPORK_23_QUORUM_POSE": 4070908800, "": 0 <----- this line shouldn't exist } ``` 6275 follow-up ## What was done? ## How Has This Been Tested? ## Breaking Changes ## Checklist: - [ ] 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 - [ ] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_ ACKs for top commit: knst: utACK 7d933d8 PastaPastaPasta: utACK 7d933d8 Tree-SHA512: bacdbf95bff2c3aec6b5767caa06d2850a7ed554231160a914e12b9c4aa8d14237b98bef22739440feec616bd525fa4fb7dcfc2185e206d73f1ac3c6f2988b88
- Loading branch information