Skip to content

Commit 47d82a8

Browse files
Fix outdated comment on PendingOutboundPayment::StaticInvoiceReceived
1 parent 27b6044 commit 47d82a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: lightning/src/ln/outbound_payment.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2276,8 +2276,8 @@ impl_writeable_tlv_based_enum_upgradable!(PendingOutboundPayment,
22762276
(2, retry_strategy, required),
22772277
(4, max_total_routing_fee_msat, option),
22782278
},
2279-
// Added in 0.0.125. Prior versions will drop these outbounds on downgrade, which is safe because
2280-
// no HTLCs are in-flight.
2279+
// Added in 0.1. Prior versions will drop these outbounds on downgrade, which is safe because no
2280+
// HTLCs are in-flight.
22812281
(9, StaticInvoiceReceived) => {
22822282
(0, payment_hash, required),
22832283
(2, keysend_preimage, required),

0 commit comments

Comments
 (0)