File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ pub enum Event {
272
272
/// call [`ChannelManager::no_further_payment_retries`] and wait for a [`Event::PaymentFailed`]
273
273
/// event.
274
274
///
275
- /// (1) https://github.com/lightningdevkit/rust-lightning/issues/1164
275
+ /// (1) < https://github.com/lightningdevkit/rust-lightning/issues/1164>
276
276
///
277
277
/// [`ChannelManager::no_further_payment_retries`]: crate::ln::channelmanager::ChannelManager::no_further_payment_retries
278
278
all_paths_failed : bool ,
@@ -295,8 +295,8 @@ pub enum Event {
295
295
#[ cfg( test) ]
296
296
error_data : Option < Vec < u8 > > ,
297
297
} ,
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.
300
300
///
301
301
/// This event is provided once there are no further pending HTLCs for the payment and the
302
302
/// payment is no longer retryable, either due to a several-block timeout or because
You can’t perform that action at this time.
0 commit comments