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 591d46a commit a273aa7Copy full SHA for a273aa7
lightning/src/routing/scorer.rs
@@ -87,7 +87,7 @@ pub struct ScoringParameters {
87
88
/// Accounting for penalties from channel failures.
89
///
90
-/// Penalties decay over time, though accumulated as more failures occur.
+/// Penalties decay over time, though accumulate as more failures occur.
91
struct ChannelFailure {
92
/// Accumulated penalty in msats for the channel as of `last_failed`.
93
undecayed_penalty_msat: u64,
0 commit comments