mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-13 14:52:21 +01:00
Correct comments in avoids_saturating_channels
This commit is contained in:
parent
7fa6770a7a
commit
572fab7591
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Reference in a new issue