Skip to content

Commit 141c33e

Browse files
fixup! add the bolt12 invoice to the PaymentSend event
Signed-off-by: Vincenzo Palazzo <[email protected]>
1 parent 88d6997 commit 141c33e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lightning/src/events/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -956,9 +956,8 @@ 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 [`StaticInvoice`], which
959+
/// However, the [`PaidInvoice`] can also be of type [`crate::offer::static_invoices::StaticInvoice`], which
960960
/// is a special [`Bolt12Invoice`] where proof of payment is not possible.
961-
/// For more details, see the `async_payments` specification.
962961
bolt12_invoice: Option<PaidInvoice>,
963962
},
964963
/// Indicates an outbound payment failed. Individual [`Event::PaymentPathFailed`] events

0 commit comments

Comments
 (0)