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 cddd4db commit b54be14Copy full SHA for b54be14
lightning/src/routing/scoring.rs
@@ -124,7 +124,7 @@ pub trait ScoreUpdate {
124
/// Scorers may wich 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` trait).
+ /// `lightning-background-processor` crate).
128
fn decay_liquidity_certainty(&mut self, duration_since_epoch: Duration);
129
}
130
0 commit comments