]> git.bitcoin.ninja Git - rust-lightning/commit
[UPSTREAM] Export `ChannelId` in bindings rather than `[u8; 32]`
authorMatt Corallo <git@bluematt.me>
Sat, 11 May 2024 16:16:12 +0000 (16:16 +0000)
committerMatt Corallo <git@bluematt.me>
Sat, 11 May 2024 16:22:24 +0000 (16:22 +0000)
commit2cbf86936f7398e7fb15bed4f901774d7d795232
tree861c6b158139b0e8c67b2cb671bb37593b4cd64d
parent3d133cf3801cdc353a61fa8454f281acdaba0127
[UPSTREAM] Export `ChannelId` in bindings rather than `[u8; 32]`

Now that `ChannelId` has useful constructors and methods we need
to start exposing it to bindings users rather than relying on using
`[u8; 32]`.
lightning/src/ln/types.rs