]> git.bitcoin.ninja Git - rust-lightning/commit
Make the `offers` module non-public 2023-02-0.0.114-bindings
authorMatt Corallo <git@bluematt.me>
Wed, 1 Mar 2023 00:21:51 +0000 (00:21 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 6 Mar 2023 03:50:15 +0000 (03:50 +0000)
commita2e4077724184a09aa491c06dbd0e87d06558d92
tree99ea1ea47e409e852aabbf494d2ca9c450969ae9
parent31ea7a51128e5b9bba5808b91d9dd1950b0b5f48
Make the `offers` module non-public

As the `offers` types in LDK are currently only practically useful
for VLS users, there's no need to rush to get them included in
bindings, and sadly some tweaks to the bindings generator are
required for them.

For now, its simpler to just make them non-public.
lightning/src/lib.rs
lightning/src/offers/offer.rs