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 0926690 commit addd8bdCopy full SHA for addd8bd
lightning/src/events/mod.rs
@@ -508,7 +508,10 @@ pub enum Event {
508
/// serialized prior to LDK version 0.0.117.
509
sender_intended_total_msat: Option<u64>,
510
},
511
- /// Indicates a request for invoice failed to yield a response in a reasonable amount of time.
+ /// Indicates a request for an invoice failed to yield a response in a reasonable amount of time
512
+ /// or was explicitly abandoned by [`ChannelManager::abandon_payment`].
513
+ ///
514
+ /// [`ChannelManager::abandon_payment`]: crate::ln::channelmanager::ChannelManager::abandon_payment
515
InvoiceRequestFailed {
516
/// The `payment_id` to have been associated with payment for the requested invoice.
517
payment_id: PaymentId,
0 commit comments