No-export un-exportable types in BOLT12 module
authorMatt Corallo <git@bluematt.me>
Wed, 19 Jul 2023 20:02:10 +0000 (20:02 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 20 Jul 2023 21:43:52 +0000 (21:43 +0000)
commit6d62d5d021ae877eab27a78a3628e71be211a028
tree891aeffdf4cd6c6b3a7ee2c3834d6b980a3e33e2
parenta8acbe710e4dbfddd8b12321ce3d5d722c199f90
No-export un-exportable types in BOLT12 module

We missed one method that now cannot be bindings exported - the
`payment_paths` method, as it returns a slice of objects, which
cannot be supported in bindings.
lightning/src/offers/invoice.rs