Skip to content

Commit b5d60df

Browse files
committed
f update docs on Retry again
1 parent 3803654 commit b5d60df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lightning/src/ln/outbound_payment.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,9 @@ impl PendingOutboundPayment {
226226
pub enum Retry {
227227
/// Max number of attempts to retry payment.
228228
///
229-
/// This is the number of additional paths along which the payment will be retried after the
230-
/// first payment. If two paths fail at around the same time and are retried with a single
231-
/// MPP path/HTLC, it will only count as a single retry.
229+
/// This is the number of retried sends done. Each send may be multiple HTLCs along multiple
230+
/// paths if the router decides to split up a send, and may retry multiple failed HTLCs if they
231+
/// failed around the same time and were retried with a single [`Route`].
232232
Attempts(usize),
233233
#[cfg(not(feature = "no-std"))]
234234
/// Time elapsed before abandoning retries for a payment.

0 commit comments

Comments
 (0)