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, 3 Jan 2023 22:09:15 +0000 (22:09 +0000)
commit1f7845da9d9e1da470dce73efa614c53762a3d63
treeca81ef4dfd2fe77facb0ba58541427fcaa74d253
parentad5594f4108d87ecc04fdb8f8cfed4c6ad2583a3
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