Skip to content

Commit

Permalink
Re-export ChannelId in ln namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
optout21 committed Aug 11, 2023
1 parent 0c2d34b commit ccd48d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lightning/src/ln/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ mod monitor_tests;
#[allow(unused_mut)]
mod shutdown_tests;

// Re-export ChannelId
pub use self::channel::ChannelId;

pub use self::peer_channel_encryptor::LN_MAX_MSG_LEN;

/// payment_hash type, use to cross-lock hop
Expand Down

0 comments on commit ccd48d0

Please sign in to comment.