File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -1619,7 +1619,17 @@ pub enum Event {
16191619 ///
16201620 /// [`ChannelManager::funding_transaction_signed`]: crate::ln::channelmanager::ChannelManager::funding_transaction_signed
16211621 counterparty_node_id : PublicKey ,
1622- /// The `user_channel_id` value for the channel.
1622+ // TODO(dual_funding): Enable links when methods are implemented
1623+ /// The `user_channel_id` value passed in to `ChannelManager::create_dual_funded_channel` for outbound
1624+ /// channels, or to [`ChannelManager::accept_inbound_channel`] or `ChannelManager::accept_inbound_channel_with_contribution`
1625+ /// for inbound channels if [`UserConfig::manually_accept_inbound_channels`] config flag is set to true.
1626+ /// Otherwise `user_channel_id` will be randomized for an inbound channel.
1627+ /// This may be zero for objects serialized with LDK versions prior to 0.0.113.
1628+ ///
1629+ /// [`ChannelManager::accept_inbound_channel`]: crate::ln::channelmanager::ChannelManager::accept_inbound_channel
1630+ /// [`UserConfig::manually_accept_inbound_channels`]: crate::util::config::UserConfig::manually_accept_inbound_channels
1631+ // [`ChannelManager::create_dual_funded_channel`]: crate::ln::channelmanager::ChannelManager::create_dual_funded_channel
1632+ // [`ChannelManager::accept_inbound_channel_with_contribution`]: crate::ln::channelmanager::ChannelManager::accept_inbound_channel_with_contribution
16231633 user_channel_id : u128 ,
16241634 /// The unsigned transaction to be signed and passed back to
16251635 /// [`ChannelManager::funding_transaction_signed`].
You can’t perform that action at this time.
0 commit comments