Skip to content

Commit ac000bd

Browse files
committed
Stop exporting lightning::ln::features
1 parent 57dcc7d commit ac000bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pub mod inbound_payment;
2121
pub mod msgs;
2222
pub mod peer_handler;
2323
pub mod chan_utils;
24-
pub mod features;
24+
mod features;
2525
pub mod script;
2626
pub mod types;
2727

0 commit comments

Comments
 (0)