Skip to content

Commit 4ccd7f6

Browse files
committed
f sp
1 parent 95d1ec7 commit 4ccd7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/routing/scoring.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ pub trait ScoreUpdate {
121121
/// Handles updating channel penalties after a probe over the given path succeeded.
122122
fn probe_successful(&mut self, path: &Path, duration_since_epoch: Duration);
123123

124-
/// Scorers may wich to reduce their certainty of channel liquidity information over time.
124+
/// Scorers may wish to reduce their certainty of channel liquidity information over time.
125125
/// Thus, this method is provided to allow scorers to observe the passage of time - the holder
126126
/// of this object should call this method regularly (generally via the
127127
/// `lightning-background-processor` crate).

0 commit comments

Comments
 (0)