Skip to content

Commit

Permalink
Merge pull request #1624 from tnull/2022-07-fix-doc
Browse files Browse the repository at this point in the history
Fix 'not a hyperlink' doc warning
  • Loading branch information
TheBlueMatt committed Jul 20, 2022
2 parents 507d759 + 97e6682 commit 661b734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning/src/chain/chaininterface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ impl<D: Deref> FeeEstimator for D where D::Target: FeeEstimator {
pub const MIN_RELAY_FEE_SAT_PER_1000_WEIGHT: u64 = 4000;
/// Minimum feerate that takes a sane approach to bitcoind weight-to-vbytes rounding.
/// See the following Core Lightning commit for an explanation:
/// https://github.com/ElementsProject/lightning/commit/2e687b9b352c9092b5e8bd4a688916ac50b44af0
/// <https://github.com/ElementsProject/lightning/commit/2e687b9b352c9092b5e8bd4a688916ac50b44af0>
pub const FEERATE_FLOOR_SATS_PER_KW: u32 = 253;

/// Wraps a `Deref` to a `FeeEstimator` so that any fee estimations provided by it
Expand Down

0 comments on commit 661b734

Please sign in to comment.