Skip to content

Commit 9ac1737

Browse files
committed
Correct comments in avoids_saturating_channels
1 parent ba5129f commit 9ac1737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/routing/router.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7357,7 +7357,7 @@ mod tests {
73577357
let decay_params = ProbabilisticScoringDecayParameters::default();
73587358
let scorer = ProbabilisticScorer::new(decay_params, &*network_graph, Arc::clone(&logger));
73597359

7360-
// Set the fee on channel 13 to 100% to match channel 4 giving us two equivalent paths (us
7360+
// Set the fee on channel 13 to 0% to match channel 4 giving us two equivalent paths (us
73617361
// -> node 7 -> node2 and us -> node 1 -> node 2) which we should balance over.
73627362
update_channel(&gossip_sync, &secp_ctx, &privkeys[1], UnsignedChannelUpdate {
73637363
chain_hash: ChainHash::using_genesis_block(Network::Testnet),

0 commit comments

Comments
 (0)