mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-15 15:39:09 +01:00
Fix outdated comment on PendingOutboundPayment::StaticInvoiceReceived
This commit is contained in:
parent
34e710edd1
commit
240dd0a960
1 changed files with 2 additions and 2 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Reference in a new issue