We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6daa12b commit c49614bCopy full SHA for c49614b
lightning/src/util/events.rs
@@ -82,8 +82,8 @@ impl_writeable_tlv_based_enum!(PaymentPurpose,
82
(2, SpontaneousPayment)
83
);
84
85
-/// When the payment failure took place and extra details about it. [`Failure::OnPath`] may contain
86
-/// a [`NetworkUpdate`] that needs to be applied to the [`NetworkGraph`].
+/// When the payment path failure took place and extra details about it. [`PathFailure::OnPath`] may
+/// contain a [`NetworkUpdate`] that needs to be applied to the [`NetworkGraph`].
87
///
88
/// [`NetworkUpdate`]: crate::routing::gossip::NetworkUpdate
89
/// [`NetworkGraph`]: crate::routing::gossip::NetworkGraph
0 commit comments