Skip to content

Commit ccd48d0

Browse files
committed
Re-export ChannelId in ln namespace
1 parent 0c2d34b commit ccd48d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lightning/src/ln/mod.rs

+3
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ mod monitor_tests;
6767
#[allow(unused_mut)]
6868
mod shutdown_tests;
6969

70+
// Re-export ChannelId
71+
pub use self::channel::ChannelId;
72+
7073
pub use self::peer_channel_encryptor::LN_MAX_MSG_LEN;
7174

7275
/// payment_hash type, use to cross-lock hop

0 commit comments

Comments
 (0)