Skip to content

Commit c49614b

Browse files
f comment
1 parent 6daa12b commit c49614b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/util/events.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ impl_writeable_tlv_based_enum!(PaymentPurpose,
8282
(2, SpontaneousPayment)
8383
);
8484

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`].
85+
/// 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`].
8787
///
8888
/// [`NetworkUpdate`]: crate::routing::gossip::NetworkUpdate
8989
/// [`NetworkGraph`]: crate::routing::gossip::NetworkGraph

0 commit comments

Comments
 (0)