Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: lower the default mempool min gas price (#2843)
## Overview The mempool minfee seems too high as the goal of it is just to reduce spam if the blocks are empty. The proper solution will come with a consensus critical dynamic minfee. For now the default should be lowered by an order of magnitude. ## Checklist - [x] New and updated code has appropriate documentation - [x] New and updated code has new and/or updated testing - [x] Required CI checks are passing - [x] Visual proof for any user facing features like CLI or documentation updates - [ ] Linked issues closed with keywords <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Refactor** - Adjusted the minimum gas price settings for better transaction filtering efficiency. <!-- end of auto-generated comment: release notes by coderabbit.ai --> (cherry picked from commit 1eb203c)
- Loading branch information