We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba5129f commit 9ac1737Copy full SHA for 9ac1737
lightning/src/routing/router.rs
@@ -7357,7 +7357,7 @@ mod tests {
7357
let decay_params = ProbabilisticScoringDecayParameters::default();
7358
let scorer = ProbabilisticScorer::new(decay_params, &*network_graph, Arc::clone(&logger));
7359
7360
- // 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
7361
// -> node 7 -> node2 and us -> node 1 -> node 2) which we should balance over.
7362
update_channel(&gossip_sync, &secp_ctx, &privkeys[1], UnsignedChannelUpdate {
7363
chain_hash: ChainHash::using_genesis_block(Network::Testnet),
0 commit comments