We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c563ece commit 8904a52Copy full SHA for 8904a52
lightning/src/util/events.rs
@@ -82,7 +82,7 @@ impl_writeable_tlv_based_enum!(PaymentPurpose,
82
(2, SpontaneousPayment)
83
);
84
85
-/// When the payment failure took place and extra details about it. [`PathFailure::OnPath`] may
+/// When the payment path failure took place and extra details about it. [`PathFailure::OnPath`] may
86
/// contain a [`NetworkUpdate`] that needs to be applied to the [`NetworkGraph`].
87
///
88
/// [`NetworkUpdate`]: crate::routing::gossip::NetworkUpdate
0 commit comments