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 9f2dbba commit 673eb60Copy full SHA for 673eb60
lightning/src/routing/scoring.rs
@@ -2136,7 +2136,7 @@ mod tests {
2136
}
2137
2138
#[test]
2139
- fn ignores_channels_after_removed_channels() {
+ fn ignores_channels_after_removed_failed_channel() {
2140
// Previously, if we'd tried to send over a channel which was removed from the network
2141
// graph before we call `payment_path_failed` (which is the default if the we get a "no
2142
// such channel" error in the `InvoicePayer`), we would call `failed_downstream` on all
@@ -2176,7 +2176,6 @@ mod tests {
2176
};
2177
let mut scorer = ProbabilisticScorer::new(params, &network_graph, &logger);
2178
2179
-
2180
let usage = ChannelUsage {
2181
amount_msat: 250,
2182
inflight_htlc_msat: 0,
0 commit comments