rust-lightning/lightning
Jeffrey Czyz 5425b2b77e
Add an amount penalty to ProbabilisticScorer
The cost of large payments tends to be dominated by the channel fees. To
avoid this, add an amount penalty to ProbabilisticScorer with a user
configurable multiplier. The multiplier is applied for every 2^20th of
the amount weighted by the negative log10 of the channel's success
probability for the payment.
2022-04-01 15:52:10 -05:00
..
src Add an amount penalty to ProbabilisticScorer 2022-04-01 15:52:10 -05:00
Cargo.toml Add low_r signature grinding 2022-03-25 20:34:02 +01:00