From 572fab75918c8165b6de4cb947c25f0e124e6c63 Mon Sep 17 00:00:00 2001 From: Jeffrey Czyz Date: Wed, 16 Oct 2024 15:18:17 -0500 Subject: [PATCH] Correct comments in avoids_saturating_channels --- lightning/src/routing/router.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightning/src/routing/router.rs b/lightning/src/routing/router.rs index 231fc9e9c..299d3b181 100644 --- a/lightning/src/routing/router.rs +++ b/lightning/src/routing/router.rs @@ -7357,7 +7357,7 @@ mod tests { let decay_params = ProbabilisticScoringDecayParameters::default(); let scorer = ProbabilisticScorer::new(decay_params, &*network_graph, Arc::clone(&logger)); - // Set the fee on channel 13 to 100% to match channel 4 giving us two equivalent paths (us + // Set the fee on channel 13 to 0% to match channel 4 giving us two equivalent paths (us // -> node 7 -> node2 and us -> node 1 -> node 2) which we should balance over. update_channel(&gossip_sync, &secp_ctx, &privkeys[1], UnsignedChannelUpdate { chain_hash: ChainHash::using_genesis_block(Network::Testnet), -- 2.39.5