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

Commits on Oct 2, 2024

  1. take min feerate into account for recommended fees

    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 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    09e639a View commit details
    Browse the repository at this point in the history