From: Jeffrey Czyz Date: Tue, 1 Feb 2022 23:17:24 +0000 (-0600) Subject: f - Drop comment about zero-amount invoices X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=eb29be936c1fc10328a04c9bea343d45be7eda0f;p=rust-lightning f - Drop comment about zero-amount invoices --- diff --git a/lightning/src/routing/network_graph.rs b/lightning/src/routing/network_graph.rs index 66c65615..632754ea 100644 --- a/lightning/src/routing/network_graph.rs +++ b/lightning/src/routing/network_graph.rs @@ -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.