Move `ClaimId` to `[u8; 32]` in bindings.
authorMatt Corallo <git@bluematt.me>
Wed, 19 Jul 2023 20:01:01 +0000 (20:01 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 20 Jul 2023 21:43:52 +0000 (21:43 +0000)
commit97a6246b6fb4fc465ad473531ac4111d396a12fb
tree6941ee1a58363251dfb03aea44e938bde3be2db0
parent0b9c5204afead590569453d4a910125cda8f27e3
Move `ClaimId` to `[u8; 32]` in bindings.

This matches what we've done for other `[u8; 32]` newtypes.
lightning/src/chain/mod.rs