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 4692b32 commit d1a2835Copy full SHA for d1a2835
lightning/src/events/mod.rs
@@ -956,7 +956,7 @@ 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 [`crate::offer::static_invoices::StaticInvoice`], which
+ /// However, the [`PaidInvoice`] can also be of type [`crate::offers::static_invoice::StaticInvoice`], which
960
/// is a special [`Bolt12Invoice`] where proof of payment is not possible.
961
bolt12_invoice: Option<PaidInvoice>,
962
},
0 commit comments