File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -484,7 +484,7 @@ where L::Target: Logger {
484
484
///
485
485
/// The penalty applied to any channel by the [`ProbabilisticScorer`] is the sum of each of the
486
486
/// parameters here.
487
- #[ derive( Clone ) ]
487
+ #[ derive( Clone , Debug ) ]
488
488
pub struct ProbabilisticScoringFeeParameters {
489
489
/// A fixed penalty in msats to apply to each channel.
490
490
///
@@ -742,7 +742,7 @@ impl ProbabilisticScoringFeeParameters {
742
742
/// Used to configure decay parameters that are static throughout the lifetime of the scorer.
743
743
/// these decay parameters affect the score of the channel penalty and are not changed on a
744
744
/// per-route penalty cost call.
745
- #[ derive( Copy , Clone ) ]
745
+ #[ derive( Copy , Clone , Debug ) ]
746
746
pub struct ProbabilisticScoringDecayParameters {
747
747
/// If we aren't learning any new datapoints for a channel, the historical liquidity bounds
748
748
/// tracking can simply live on with increasingly stale data. Instead, when a channel has not
You can’t perform that action at this time.
0 commit comments