Skip to content

Commit

Permalink
f - remove ticks
Browse files Browse the repository at this point in the history
  • Loading branch information
jkczyz committed Dec 12, 2023
1 parent c138d62 commit ec160f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lightning/src/ln/channelmanager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7867,10 +7867,10 @@ where
/// Creates multi-hop blinded payment paths for the given `amount_msats` by delegating to
/// [`Router::create_blinded_payment_paths`].
///
/// May return no paths if no peers [`support route blinding`] or whose channels don't have
/// enough inbound liquidity.
/// May return no paths if no peers [support route blinding] or whose channels don't have enough
/// inbound liquidity.
///
/// [`support route blinding`]: crate::ln::features::InitFeatures::supports_route_blinding
/// [support route blinding]: crate::ln::features::InitFeatures::supports_route_blinding
fn create_multi_hop_blinded_payment_paths(
&self, amount_msats: u64, payment_secret: PaymentSecret
) -> Result<Vec<(BlindedPayInfo, BlindedPath)>, ()> {
Expand Down

0 comments on commit ec160f7

Please sign in to comment.