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 d1f6225 commit 6a592b6Copy full SHA for 6a592b6
lightning/src/routing/scoring.rs
@@ -121,7 +121,7 @@ pub trait ScoreUpdate {
121
/// Handles updating channel penalties after a probe over the given path succeeded.
122
fn probe_successful(&mut self, path: &Path, duration_since_epoch: Duration);
123
124
- /// Scorers may wich to reduce their certainty of channel liquidity information over time.
+ /// Scorers may wish to reduce their certainty of channel liquidity information over time.
125
/// Thus, this method is provided to allow scorers to observe the passage of time - the holder
126
/// of this object should call this method regularly (generally via the
127
/// `lightning-background-processor` crate).
0 commit comments