Skip to content

Commit

Permalink
Update lightning/src/events/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Corallo <[email protected]>
  • Loading branch information
jbesraa and TheBlueMatt committed Jun 20, 2024
1 parent d0e779f commit 986ff2f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lightning/src/events/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -594,10 +594,7 @@ pub enum Event {
FundingTxBroadcastSafe {
/// The `channel_id` indicating which channel has reached this stage.
channel_id: ChannelId,
/// The `user_channel_id` value passed in to [`ChannelManager::create_channel`] for outbound
/// channels, or to [`ChannelManager::accept_inbound_channel`] for inbound channels if
/// [`UserConfig::manually_accept_inbound_channels`] config flag is set to `true`. Otherwise
/// `user_channel_id` will be randomized for an inbound channel.
/// The `user_channel_id` value passed in to [`ChannelManager::create_channel`].
///
/// [`ChannelManager::create_channel`]: crate::ln::channelmanager::ChannelManager::create_channel
/// [`ChannelManager::accept_inbound_channel`]: crate::ln::channelmanager::ChannelManager::accept_inbound_channel
Expand Down

0 comments on commit 986ff2f

Please sign in to comment.