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 21, 2022
1 parent 417b5b0 commit c53a6c2
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 c53a6c2

Please sign in to comment.