File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -226,9 +226,9 @@ impl PendingOutboundPayment {
226
226
pub enum Retry {
227
227
/// Max number of attempts to retry payment.
228
228
///
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`] .
232
232
Attempts ( usize ) ,
233
233
#[ cfg( not( feature = "no-std" ) ) ]
234
234
/// Time elapsed before abandoning retries for a payment.
You can’t perform that action at this time.
0 commit comments