Skip to content

Commit 661b734

Browse files
authored
Merge pull request #1624 from tnull/2022-07-fix-doc
Fix 'not a hyperlink' doc warning
2 parents 507d759 + 97e6682 commit 661b734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/chain/chaininterface.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ impl<D: Deref> FeeEstimator for D where D::Target: FeeEstimator {
6464
pub const MIN_RELAY_FEE_SAT_PER_1000_WEIGHT: u64 = 4000;
6565
/// Minimum feerate that takes a sane approach to bitcoind weight-to-vbytes rounding.
6666
/// See the following Core Lightning commit for an explanation:
67-
/// https://github.com/ElementsProject/lightning/commit/2e687b9b352c9092b5e8bd4a688916ac50b44af0
67+
/// <https://github.com/ElementsProject/lightning/commit/2e687b9b352c9092b5e8bd4a688916ac50b44af0>
6868
pub const FEERATE_FLOOR_SATS_PER_KW: u32 = 253;
6969

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

0 commit comments

Comments
 (0)