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 3e179e3 commit 591d46aCopy full SHA for 591d46a
lightning/src/routing/scorer.rs
@@ -172,7 +172,7 @@ impl routing::Score for Scorer {
172
) -> u64 {
173
let failure_penalty_msat = self.channel_failures
174
.get(&short_channel_id)
175
- .map_or(0,|failure| failure.decayed_penalty(self.params.failure_penalty_half_life));
+ .map_or(0, |failure| failure.decayed_penalty(self.params.failure_penalty_half_life));
176
177
self.params.base_penalty_msat + failure_penalty_msat
178
}
0 commit comments