We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6481617 commit 5540935Copy full SHA for 5540935
lightning/src/routing/scoring.rs
@@ -589,7 +589,7 @@ pub struct ProbabilisticScoringFeeParameters {
589
/// liquidity in a channel is just as likely to be at any point between our lower and upper
590
/// bounds.
591
///
592
- /// If this flag is *not* set, that PDF is `(x - 0.5*capacity) ^ 6`. That is, we use an
+ /// If this flag is *not* set, that PDF is `(x - 0.5*capacity) ^ 2`. That is, we use an
593
/// exponential curve which expects the liquidity of a channel to lie "at the edges". This
594
/// matches experimental results - most routing nodes do not aggressively rebalance their
595
/// channels and flows in the network are often unbalanced, leaving liquidity usually
0 commit comments