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, 26 Jul 2022 23:09:04 +0000 (23:09 +0000)
commitf4f087d89d3b429d4daaa5346ffe16a92b809571
treef12ef60cd8ebf31167974c92b0da4fd3e29a95b2
parent0d752e78ca7a14f9f4cc9b10c339b76bb562d584
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