Skip to content

Commit 9812f38

Browse files
committed
f cleanup comment a ton
1 parent c093d41 commit 9812f38

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lightning/src/routing/router.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,7 @@ fn compute_fees(amount_msat: u64, channel_fees: RoutingFees) -> Option<u64> {
315315
/// Gets a route from us (payer) to the given target node (payee).
316316
///
317317
/// If the payee provided features in their invoice, they should be provided via payee_features.
318-
/// Without this, any knowledge we have of the payee's features may be used if they are available
319-
/// in the network graph, however MPP routing will be disabled and routing is more likely to fail.
318+
/// Without this, MPP will only be used if the payee's features are available in the network graph.
320319
///
321320
/// Extra routing hops between known nodes and the target will be used if they are included in
322321
/// last_hops.

0 commit comments

Comments
 (0)