rust-lightning/lightning
Valentine Wallace ea38b938bb
get_route: fix path_min for first_hop<>network_node candidates
Previously, we would add a first_hop<>network_node channel that did not have
enough contribution amount to cover the next channel's min htlc plus fees,
because we were storing the next hop as having a path_min that did not include
fees, and would add a connecting first_hop node that did not have enough
contribution amount, leading to a debug panic upon invalid path construction.
2023-09-27 13:19:51 -04:00
..
src get_route: fix path_min for first_hop<>network_node candidates 2023-09-27 13:19:51 -04:00
Cargo.toml Bump versions to 0.0.117-alpha2/invoice 0.25.0-alpha2 2023-09-26 20:21:08 +00:00