Tweak generics on `derive_channel_signer` to be bindings-compatible
authorMatt Corallo <git@bluematt.me>
Tue, 18 Jul 2023 19:04:56 +0000 (19:04 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 18 Jul 2023 20:08:07 +0000 (20:08 +0000)
commit1e119a2d6a7d798a231a042c055e2d7e5e0fb73d
tree01da4ce8f6be0e801a0ffacc7726d5f447e3a8d5
parentc5c5f3fea2012dc53a1974f7ad6c7825b1e42d37
Tweak generics on `derive_channel_signer` to be bindings-compatible

The C bindings generation currently has issues looking through a
generic associated type. While this should be fixed in the bindings
generator, its easy to fix here for now and we can revisit it
later.
lightning/src/events/bump_transaction.rs