Skip to content

Commit 943b951

Browse files
committed
Add C-not exported comment.
1 parent 96ebae2 commit 943b951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/routing/scoring.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ impl ReadableArgs<u64> for FixedPenaltyScorer {
261261

262262
/// [`Score`] implementation that uses a dynamic penalty.
263263
///
264-
/// (C-not exported)
264+
/// (C-not exported) as we don't implement function bounds mapping yet.
265265
pub struct DynamicPenaltyScorer<F>
266266
where
267267
F: Fn(u64, &NodeId, &NodeId, ChannelUsage) -> u64,

0 commit comments

Comments
 (0)