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 88d6997 commit 141c33eCopy full SHA for 141c33e
lightning/src/events/mod.rs
@@ -956,9 +956,8 @@ pub enum Event {
956
/// showing the invoice and confirming that the payment hash matches
957
/// the hash of the payment preimage.
958
///
959
- /// However, the [`PaidInvoice`] can also be of type [`StaticInvoice`], which
+ /// However, the [`PaidInvoice`] can also be of type [`crate::offer::static_invoices::StaticInvoice`], which
960
/// is a special [`Bolt12Invoice`] where proof of payment is not possible.
961
- /// For more details, see the `async_payments` specification.
962
bolt12_invoice: Option<PaidInvoice>,
963
},
964
/// Indicates an outbound payment failed. Individual [`Event::PaymentPathFailed`] events
0 commit comments