]> git.bitcoin.ninja Git - rust-lightning/commit
Correct base_penalty_amount_multiplier_msat docs
authorJeffrey Czyz <jkczyz@gmail.com>
Thu, 10 Oct 2024 23:20:25 +0000 (18:20 -0500)
committerJeffrey Czyz <jkczyz@gmail.com>
Fri, 18 Oct 2024 23:28:40 +0000 (18:28 -0500)
commit7fa6770a7af85580802a3c356d0990e44db4ac67
treefd3f92035157ca1e31794b5573c9fe93f1e8b698
parent866588c20f497c2fc5d2307e9f2313728022bff8
Correct base_penalty_amount_multiplier_msat docs

Commit df52da7b31494c7ec77a705cca4c44bc840f8a95 modified
ProbabilisticScorer to apply some penalty amount multipliers to the
total amount flowing over the channel. However, the commit updated the
docs for base_penalty_amount_multiplier_msat even though that behavior
didn't change. This commit reverts those docs.
lightning/src/routing/scoring.rs