mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-01-19 05:43:55 +01:00
Stop exporting lightning::ln::features
Now that the module only contains some implementations of serialization for the `lightning_types::features` structs, there's no reason for it to be public.
This commit is contained in:
parent
57dcc7d762
commit
b5b38603fd
@ -21,7 +21,7 @@ pub mod inbound_payment;
|
||||
pub mod msgs;
|
||||
pub mod peer_handler;
|
||||
pub mod chan_utils;
|
||||
pub mod features;
|
||||
mod features;
|
||||
pub mod script;
|
||||
pub mod types;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user