Skip to content

Commit 432911c

Browse files
committed
f clearer docs
1 parent 10c9300 commit 432911c

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 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`].
232232
Attempts(usize),
233233
#[cfg(not(feature = "no-std"))]
234234
/// Time elapsed before abandoning retries for a payment.

0 commit comments

Comments
 (0)