Skip to content

Commit

Permalink
Stop exporting lightning::ln::features
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
TheBlueMatt committed Oct 17, 2024
1 parent 57dcc7d commit b5b3860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning/src/ln/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit b5b3860

Please sign in to comment.