Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit f3e3234

Browse files
committed
Expose msg
1 parent 044b73f commit f3e3234

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ mod transport;
2525
mod utils;
2626

2727
pub use transport::message_handler::{LiquidityManager, LiquidityProviderConfig};
28+
pub use transport::msgs;

src/transport/msgs.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![allow(missing_docs)]
12
use lightning::impl_writeable_msg;
23
use lightning::ln::wire;
34
use serde::de;

0 commit comments

Comments
 (0)