Skip to content

Commit cd60d98

Browse files
f expand docs a bit
1 parent 6217f2c commit cd60d98

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lightning/src/ln/channelmanager.rs

+3
Original file line numberDiff line numberDiff line change
@@ -4602,6 +4602,9 @@ where
46024602
}
46034603

46044604
/// Sends a payment along a given route. See [`Self::send_payment`] for more info.
4605+
///
4606+
/// LDK will not automatically retry this payment, though it may be manually re-sent after an
4607+
/// [`Event::PaymentFailed`] is generated.
46054608
pub fn send_payment_with_route(
46064609
&self, mut route: Route, payment_hash: PaymentHash, recipient_onion: RecipientOnionFields,
46074610
payment_id: PaymentId

0 commit comments

Comments
 (0)