Skip to content

Commit 59c1556

Browse files
committed
make all messages public
1 parent 9ec33ba commit 59c1556

File tree

2 files changed

+137
-144
lines changed

2 files changed

+137
-144
lines changed

lightning/src/ln/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
pub mod channelmanager;
1313
pub mod channelmonitor;
14-
pub mod msgs;
14+
#[allow(missing_docs)] pub mod msgs;
1515
pub mod router;
1616
pub mod peer_handler;
1717
pub mod chan_utils;

0 commit comments

Comments
 (0)