Skip to content

Commit

Permalink
Correct comments in avoids_saturating_channels
Browse files Browse the repository at this point in the history
  • Loading branch information
jkczyz committed Oct 17, 2024
1 parent ba5129f commit 9ac1737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning/src/routing/router.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 9ac1737

Please sign in to comment.