Merge pull request #3130 from TheBlueMatt/2024-06-doc-fee-present
[rust-lightning] / lightning / src / ln / outbound_payment.rs
index 3ae128cb3bbe97f37016d0447fed25384ebf3dba..0b8819aa0c6dbd47e1b3e2f692079a19526a62da 100644 (file)
@@ -71,7 +71,7 @@ pub(crate) enum PendingOutboundPayment {
                keysend_preimage: Option<PaymentPreimage>,
                custom_tlvs: Vec<(u64, Vec<u8>)>,
                pending_amt_msat: u64,
-               /// Used to track the fee paid. Only present if the payment was serialized on 0.0.103+.
+               /// Used to track the fee paid. Present iff the payment was serialized on 0.0.103+.
                pending_fee_msat: Option<u64>,
                /// The total payment amount across all paths, used to verify that a retry is not overpaying.
                total_msat: u64,