Skip to content

Commit 9792ca3

Browse files
committed
f combine suggestions from dunxen and tnull
1 parent cf63c49 commit 9792ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2762,7 +2762,7 @@ impl<M: Deref, T: Deref, K: Deref, F: Deref, L: Deref> ChannelManager<M, T, K, F
27622762
/// Signals that no further retries for the given payment will occur.
27632763
///
27642764
/// After this method returns, no future calls to [`retry_payment`] for the given `payment_id`
2765-
/// are allowed. If no such event has been generated, an [`Event::PaymentFailed`] event will be
2765+
/// are allowed. If no [`Event::PaymentFailed`] event had been generated before, one will be
27662766
/// generated as soon as there are no remaining pending HTLCs for this payment.
27672767
///
27682768
/// Note that calling this method does *not* prevent a payment from succeeding. You must still

0 commit comments

Comments
 (0)