From eb29be936c1fc10328a04c9bea343d45be7eda0f Mon Sep 17 00:00:00 2001 From: Jeffrey Czyz Date: Tue, 1 Feb 2022 17:17:24 -0600 Subject: [PATCH] f - Drop comment about zero-amount invoices --- lightning/src/routing/network_graph.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightning/src/routing/network_graph.rs b/lightning/src/routing/network_graph.rs index 66c656155..632754eae 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. -- 2.39.5