]> git.bitcoin.ninja Git - rust-lightning/commit
Use total_inflight_amount_msat for probability fns
authorJeffrey Czyz <jkczyz@gmail.com>
Fri, 18 Oct 2024 22:42:18 +0000 (17:42 -0500)
committerJeffrey Czyz <jkczyz@gmail.com>
Fri, 18 Oct 2024 23:28:40 +0000 (18:28 -0500)
commit0305000850f125a42b192a2632c60670fd43725b
treeb3f17356d435f8254308fffe09170bdf7f3b74b4
parent572fab75918c8165b6de4cb947c25f0e124e6c63
Use total_inflight_amount_msat for probability fns

Rename parameters used when calculating success probability to make it
clear that the total mount in-flight should be used rather than the
payment amount.
lightning/src/routing/scoring.rs