Skip to content

Commit d4691a1

Browse files
committed
XXX: Add a few TODOs
1 parent 9240bac commit d4691a1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lightning/src/events/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ pub enum PaymentPurpose {
127127
/// [`Offer`]: crate::offers::offer::Offer
128128
/// [`InvoiceRequest`]: crate::offers::invoice_request::InvoiceRequest
129129
payment_context: Bolt12OfferContext,
130+
// TODO: Add the human readable name here, if its in the invreq
130131
},
131132
/// A payment for a BOLT 12 [`Refund`].
132133
///

lightning/src/ln/outbound_payment.rs

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ pub(crate) enum PendingOutboundPayment {
6464
expiration: StaleExpiration,
6565
retry_strategy: Retry,
6666
max_total_routing_fee_msat: Option<u64>,
67+
//TODO: Track the DNSSEC Proof through to PaymentSent
6768
},
6869
InvoiceReceived {
6970
payment_hash: PaymentHash,

0 commit comments

Comments
 (0)