Restrict ChannelInfo::as_directed_from visibility
authorJeffrey Czyz <jkczyz@gmail.com>
Tue, 29 Mar 2022 15:20:39 +0000 (10:20 -0500)
committerMatt Corallo <git@bluematt.me>
Tue, 24 Oct 2023 04:16:34 +0000 (04:16 +0000)
commit9be81a620c13832a2d9ce4eed01c5246e8355b07
treeae7c0e524b178428e53ef2a7ea1eb7a98dc7ddfa
parentedbd7bd55151018cddd2d7c69a43f6dd34baa738
Restrict ChannelInfo::as_directed_from visibility

Bindings can't handle references in return types, so reduce the
visibility to pub(crate).
lightning/src/routing/gossip.rs