File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7867,10 +7867,10 @@ where
7867
7867
/// Creates multi-hop blinded payment paths for the given `amount_msats` by delegating to
7868
7868
/// [`Router::create_blinded_payment_paths`].
7869
7869
///
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.
7872
7872
///
7873
- /// [` support route blinding` ]: crate::ln::features::InitFeatures::supports_route_blinding
7873
+ /// [support route blinding]: crate::ln::features::InitFeatures::supports_route_blinding
7874
7874
fn create_multi_hop_blinded_payment_paths(
7875
7875
&self, amount_msats: u64, payment_secret: PaymentSecret
7876
7876
) -> Result<Vec<(BlindedPayInfo, BlindedPath)>, ()> {
You can’t perform that action at this time.
0 commit comments