f - Drop comment about zero-amount invoices
[rust-lightning] / lightning / src / routing / network_graph.rs
index 66c656155617a5ef543405f61089ff6fddf1d17f..632754eae1b8fb85e8050256f678c249c47f3608 100644 (file)
@@ -808,7 +808,7 @@ pub enum EffectiveCapacity {
                capacity_msat: u64,
        },
        /// A capacity sufficient to route any payment, typically used for private channels provided by
-       /// an invoice, though may not be the case for zero-amount invoices.
+       /// an invoice.
        Infinite,
        /// A capacity that is unknown possibly because either the chain state is unavailable to know
        /// the total capacity or the `htlc_maximum_msat` was not advertised on the gossip network.