Make `requires_unknown_bits_from` param type bindings compatible
authorMatt Corallo <git@bluematt.me>
Wed, 19 Jul 2023 20:11:35 +0000 (20:11 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 20 Jul 2023 21:43:52 +0000 (21:43 +0000)
commit8c61d9d0dcee395c977e5dd92ab8bef4df2ab49c
treee9917b310f3807f2e7811558eb6af9e992013dbb
parent9f9ed591a50dfb893cb48886fdbdfb11c28b4a79
Make `requires_unknown_bits_from` param type bindings compatible

While bindings should probably be able to figure out that this is
the same type as `Self`, for now we simply swap the type to make
the bindings generator have an easier go of it.
lightning/src/ln/features.rs