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 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 `].
229
+ /// Each attempt may be multiple HTLCs along multiple paths if the router decides to split up a
230
+ /// retry , and may retry multiple failed HTLCs at once if they failed around the same time and
231
+ /// were retried along a route from a single call to [`Router::find_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