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

Add min feerate checks #1552

Merged
merged 2 commits into from Jul 13, 2022

Commits on Jul 13, 2022

  1. Add LowerBoundedFeeEstimator to set FeeEstimator min rates

    `LowerBoundedFeeEstimator` is a wrapper for `Deref`s to `FeeEstimator`s
    that limits the get_est_sat_per_1000_weight() method to no less than 253
    sats/kW.
    dunxen committed Jul 13, 2022
    Copy the full SHA
    9c0c3b0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7bc6d0e View commit details
    Browse the repository at this point in the history