]> git.bitcoin.ninja Git - rust-lightning/commitdiff
Fix outdated comment on PendingOutboundPayment::StaticInvoiceReceived
authorValentine Wallace <vwallace@protonmail.com>
Wed, 30 Oct 2024 16:36:46 +0000 (12:36 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Wed, 30 Oct 2024 20:18:03 +0000 (16:18 -0400)
lightning/src/ln/outbound_payment.rs

index 4ba89ea993d39cc21c90957e13e819c591422332..c3fde629a831ee23ce2115b2d02682a0a1c38771 100644 (file)
@@ -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),