Skip to content

Commit

Permalink
Add C-not exported comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed May 24, 2022
1 parent 9fa3868 commit f4924d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning/src/routing/scoring.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ impl ReadableArgs<u64> for FixedPenaltyScorer {

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

0 comments on commit f4924d9

Please sign in to comment.