Skip to content

Commit

Permalink
XXX: Add a few TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlueMatt committed Aug 31, 2024
1 parent 9240bac commit d4691a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lightning/src/events/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ pub enum PaymentPurpose {
/// [`Offer`]: crate::offers::offer::Offer
/// [`InvoiceRequest`]: crate::offers::invoice_request::InvoiceRequest
payment_context: Bolt12OfferContext,
// TODO: Add the human readable name here, if its in the invreq
},
/// A payment for a BOLT 12 [`Refund`].
///
Expand Down
1 change: 1 addition & 0 deletions lightning/src/ln/outbound_payment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pub(crate) enum PendingOutboundPayment {
expiration: StaleExpiration,
retry_strategy: Retry,
max_total_routing_fee_msat: Option<u64>,
//TODO: Track the DNSSEC Proof through to PaymentSent
},
InvoiceReceived {
payment_hash: PaymentHash,
Expand Down

0 comments on commit d4691a1

Please sign in to comment.