Cleanup `ChannelId` re-export
authorElias Rohrer <dev@tnull.de>
Tue, 12 Sep 2023 11:37:57 +0000 (13:37 +0200)
committerElias Rohrer <dev@tnull.de>
Wed, 13 Sep 2023 07:46:50 +0000 (09:46 +0200)
commit88905126aeb2d200c988d2541e32c9c022c3b4da
treeec40a6a1e240aefdce5b768bf02219ebef81fe17
parent3dcdb14ce198b0986f294ec8f9abf22925717ad1
Cleanup `ChannelId` re-export

`ChannelId` was weirdly listed in the re-export section of the docs and
reachable via multiple paths. Here we opt to make the `channel_id`
module private and leave only the `ChannelId` struct itself exposed.
lightning/src/ln/mod.rs