rust-lightning/lightning
Elias Rohrer c6a1a12aca
Include maybe_announced field in RouteHop
When sending preflight probes, we want to exclude last hops that are
possibly announced. To this end, we here include a new field in
`RouteHop` that will be `true` when we either def. know the hop to be
announced, or, if there exist public channels between the hop's
counterparties that this hop might refer to (i.e., be an alias for).
2023-09-18 15:08:27 +02:00
..
src Include maybe_announced field in RouteHop 2023-09-18 15:08:27 +02:00
Cargo.toml Bump crate versions to 0.0.116 release 2023-07-21 20:42:13 +00:00