Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Take min feerate into account for recommended fees #2918

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

pm47
Copy link
Member

@pm47 pm47 commented Oct 2, 2024

Independently of target and tolerance ratios, transactions must be publishable in our local mempool. We must be careful that fee ranges stay above this min fee level.

In theory we shouldn't need to care about the upper range, but I'm not sure that, depending on the fee estimator, the min fee is always lower than arbitrary block targets.

Independently of target and tolerance ratios, transactions must be
publishable in our local mempool. We must be careful that fee ranges
stay above this min fee level.

In theory we shouldn't need to care about the upper range, but I'm not
sure that, depending on the fee estimator, the min fee is always lower
than arbitrary block targets.
@pm47 pm47 requested a review from t-bast October 2, 2024 13:10
@pm47 pm47 merged commit 11b6a52 into master Oct 2, 2024
1 check passed
@pm47 pm47 deleted the min-recommended-feerates branch October 2, 2024 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants