Reexport RouteHintHop
authorErik De Smedt <edesmedt@blockstream.com>
Tue, 19 Sep 2023 18:57:40 +0000 (20:57 +0200)
committerErik De Smedt <edesmedt@blockstream.com>
Thu, 21 Sep 2023 13:40:34 +0000 (15:40 +0200)
commitd1d23ff073674d63257d1d8d45c7c19c812dab3e
treeb326da69585b7fdaf5237e502faae3184f0dbafa
parenta7e3575ccc7cba00f712df6cfe5dab6d9ca17cee
Reexport RouteHintHop

Earlier @benthecarman re-exported `RouteHint` to make life-easier
for developpers that use `lightning-invoice` and don't use the
`lightning`-crate.

This only solved part of the issue. To create a `RouteHint` the
developer must also have access to `RouteHintHop`.

See also:
  PR https://github.com/lightningdevkit/rust-lightning/pull/2572
commit 79b426f49b08a66e404669ce7d1332c3977c5d95
lightning-invoice/src/lib.rs