Skip to content

Commit d1a2835

Browse files
fixup! fixup! add the bolt12 invoice to the PaymentSend event
Signed-off-by: Vincenzo Palazzo <[email protected]>
1 parent 4692b32 commit d1a2835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/events/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,7 @@ pub enum Event {
956956
/// showing the invoice and confirming that the payment hash matches
957957
/// the hash of the payment preimage.
958958
///
959-
/// However, the [`PaidInvoice`] can also be of type [`crate::offer::static_invoices::StaticInvoice`], which
959+
/// However, the [`PaidInvoice`] can also be of type [`crate::offers::static_invoice::StaticInvoice`], which
960960
/// is a special [`Bolt12Invoice`] where proof of payment is not possible.
961961
bolt12_invoice: Option<PaidInvoice>,
962962
},

0 commit comments

Comments
 (0)