Skip to content

Commit e8c7243

Browse files
committed
f - Add TODO on removing old channels
1 parent bb1119e commit e8c7243

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightning/src/routing/scorer.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ use std::time::Instant;
6666
/// [module-level documentation]: crate::routing::scorer
6767
pub struct Scorer {
6868
params: ScoringParameters,
69+
// TODO: Remove entries of closed channels.
6970
channel_failures: HashMap<u64, ChannelFailure>,
7071
}
7172

0 commit comments

Comments
 (0)