Skip to content

Commit ec160f7

Browse files
committed
f - remove ticks
1 parent c138d62 commit ec160f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lightning/src/ln/channelmanager.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -7867,10 +7867,10 @@ where
78677867
/// Creates multi-hop blinded payment paths for the given `amount_msats` by delegating to
78687868
/// [`Router::create_blinded_payment_paths`].
78697869
///
7870-
/// May return no paths if no peers [`support route blinding`] or whose channels don't have
7871-
/// enough inbound liquidity.
7870+
/// May return no paths if no peers [support route blinding] or whose channels don't have enough
7871+
/// inbound liquidity.
78727872
///
7873-
/// [`support route blinding`]: crate::ln::features::InitFeatures::supports_route_blinding
7873+
/// [support route blinding]: crate::ln::features::InitFeatures::supports_route_blinding
78747874
fn create_multi_hop_blinded_payment_paths(
78757875
&self, amount_msats: u64, payment_secret: PaymentSecret
78767876
) -> Result<Vec<(BlindedPayInfo, BlindedPath)>, ()> {

0 commit comments

Comments
 (0)