Take in-flight HTLCs by reference in Router::find_route
authorValentine Wallace <vwallace@protonmail.com>
Mon, 19 Dec 2022 05:26:58 +0000 (00:26 -0500)
committerValentine Wallace <vwallace@protonmail.com>
Thu, 5 Jan 2023 16:24:56 +0000 (11:24 -0500)
commit3a1982c74111f749853c307a192a7fb276612076
tree995b662df8e3973f222ddfb409717800e0e19c92
parent3a274e0415238b211ff1c99838989da960b4d6fb
Take in-flight HTLCs by reference in Router::find_route

Useful in upcoming work when for payment retries.
fuzz/src/chanmon_consistency.rs
fuzz/src/full_stack.rs
lightning-invoice/src/payment.rs
lightning/src/routing/router.rs
lightning/src/util/test_utils.rs