We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9240bac commit d4691a1Copy full SHA for d4691a1
lightning/src/events/mod.rs
@@ -127,6 +127,7 @@ pub enum PaymentPurpose {
127
/// [`Offer`]: crate::offers::offer::Offer
128
/// [`InvoiceRequest`]: crate::offers::invoice_request::InvoiceRequest
129
payment_context: Bolt12OfferContext,
130
+ // TODO: Add the human readable name here, if its in the invreq
131
},
132
/// A payment for a BOLT 12 [`Refund`].
133
///
lightning/src/ln/outbound_payment.rs
@@ -64,6 +64,7 @@ pub(crate) enum PendingOutboundPayment {
64
expiration: StaleExpiration,
65
retry_strategy: Retry,
66
max_total_routing_fee_msat: Option<u64>,
67
+ //TODO: Track the DNSSEC Proof through to PaymentSent
68
69
InvoiceReceived {
70
payment_hash: PaymentHash,
0 commit comments