]> git.bitcoin.ninja Git - rust-lightning/commit
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, 14 May 2024 20:46:40 +0000 (20:46 +0000)
commit0c0383ce79f72fd3669e2b403f857689cfb5b6a4
tree6fae1c8123bc5a4a7409e9c5c78a8796f9343644
parent76c137d8138a84d3f01f8f52cbd79992e2b973a4
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