rust-lightning/lightning
Elias Rohrer ca40d8a6fb
Consider RouteParameters::max_total_routing_fee_msat in get_route
We exclude any candidate hops if we find that using them would let the
aggregated path routing fees exceed `max_total_routing_fee_msat`.

Moreover, we return an error if the aggregated fees over all paths of
the selected route would surpass `max_total_routing_fee_msat`.
2023-09-26 09:44:05 +02:00
..
src Consider RouteParameters::max_total_routing_fee_msat in get_route 2023-09-26 09:44:05 +02:00
Cargo.toml Bump crate versions to 0.0.116 release 2023-07-21 20:42:13 +00:00