Skip to content

Commit 0631cb2

Browse files
committed
f docs
1 parent 3898780 commit 0631cb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ pub(crate) enum PendingOutboundPayment {
457457
/// When a payer gives up trying to retry a payment, they inform us, letting us generate a
458458
/// `PaymentFailed` event when all HTLCs have irrevocably failed. This avoids a number of race
459459
/// conditions in MPP-aware payment retriers (1), where the possibility of multiple
460-
/// `PaymentPathFaield` events with `all_paths_failed` can be pending at once, confusing a
460+
/// `PaymentPathFailed` events with `all_paths_failed` can be pending at once, confusing a
461461
/// downstream event handler as to when a payment has actually failed.
462462
///
463463
/// (1) https://github.com/lightningdevkit/rust-lightning/issues/1164
@@ -2409,7 +2409,7 @@ impl<Signer: Sign, M: Deref, T: Deref, K: Deref, F: Deref, L: Deref> ChannelMana
24092409
/// Signals that no further retries for the given payment will occur.
24102410
///
24112411
/// After this method returns, any future calls to [`retry_payment`] for the given `payment_id`
2412-
/// will fail with an [`PaymentSendFailure::ParameterError`] error.
2412+
/// will fail with a [`PaymentSendFailure::ParameterError`] error.
24132413
///
24142414
/// [`retry_payment`]: Self::retry_payment
24152415
pub fn no_further_payment_retries(&self, payment_id: PaymentId) {

0 commit comments

Comments
 (0)