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>
Thu, 27 Oct 2022 20:15:06 +0000 (20:15 +0000)
commit18d77dacb664bb24bdeceaf81812057c2ebc14b1
tree465fc6a19a6b60a8e0caa748ca42731dd813365f
parent434584938c27c4154fac1a49a8d976b8516419d4
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