Skip to content

Commit

Permalink
Fix outdated comment on PendingOutboundPayment::StaticInvoiceReceived
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinewallace committed Oct 30, 2024
1 parent 34e710e commit 240dd0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lightning/src/ln/outbound_payment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2276,8 +2276,8 @@ impl_writeable_tlv_based_enum_upgradable!(PendingOutboundPayment,
(2, retry_strategy, required),
(4, max_total_routing_fee_msat, option),
},
// Added in 0.0.125. Prior versions will drop these outbounds on downgrade, which is safe because
// no HTLCs are in-flight.
// Added in 0.1. Prior versions will drop these outbounds on downgrade, which is safe because no
// HTLCs are in-flight.
(9, StaticInvoiceReceived) => {
(0, payment_hash, required),
(2, keysend_preimage, required),
Expand Down

0 comments on commit 240dd0a

Please sign in to comment.