Skip to content

Commit b54be14

Browse files
committed
f docs
1 parent cddd4db commit b54be14

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
@@ -124,7 +124,7 @@ pub trait ScoreUpdate {
124124
/// Scorers may wich 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
127-
/// `lightning-background-processor` trait).
127+
/// `lightning-background-processor` crate).
128128
fn decay_liquidity_certainty(&mut self, duration_since_epoch: Duration);
129129
}
130130

0 commit comments

Comments
 (0)