Skip to content

Commit d1264a8

Browse files
committed
f event docs
1 parent b28a320 commit d1264a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lightning/src/util/events.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ pub enum Event {
272272
/// call [`ChannelManager::no_further_payment_retries`] and wait for a [`Event::PaymentFailed`]
273273
/// event.
274274
///
275-
/// (1) https://github.com/lightningdevkit/rust-lightning/issues/1164
275+
/// (1) <https://github.com/lightningdevkit/rust-lightning/issues/1164>
276276
///
277277
/// [`ChannelManager::no_further_payment_retries`]: crate::ln::channelmanager::ChannelManager::no_further_payment_retries
278278
all_paths_failed: bool,
@@ -295,8 +295,8 @@ pub enum Event {
295295
#[cfg(test)]
296296
error_data: Option<Vec<u8>>,
297297
},
298-
/// Indicates an outbound payment we sent failed. Individual [`Event::PaymentPathFailed`]
299-
/// events provide failure information for each MPP part in the payment.
298+
/// Indicates an outbound payment failed. Individual [`Event::PaymentPathFailed`] events
299+
/// provide failure information for each MPP part in the payment.
300300
///
301301
/// This event is provided once there are no further pending HTLCs for the payment and the
302302
/// payment is no longer retryable, either due to a several-block timeout or because

0 commit comments

Comments
 (0)