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>
Fri, 21 Jul 2023 23:53:14 +0000 (23:53 +0000)
commit7a8086e5f8e127d15494a92a1400a8321031cb62
tree573d175203dfd1dfa419ba59e2f3cf749514dbb3
parent45467eef922a2ab10d0667730b990edb2b76dfed
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