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>
Mon, 22 Apr 2024 21:57:48 +0000 (21:57 +0000)
commita55935ce507f568f66234f54409e33405357ae2e
treec8cba3a8b4a7eeb884f39caa46e4de86e9f0b6c0
parente79d53a134107e3cd717191b71f940b87fee4b7b
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