@@ -1582,9 +1582,8 @@ pub enum Event {
1582
1582
/// onion messages.
1583
1583
peer_node_id : PublicKey ,
1584
1584
} ,
1585
- /// Indicates that a funding transaction constructed via interactive transaction construction for a
1586
- /// channel is ready to be signed by the client. This event will only be triggered
1587
- /// if at least one input was contributed by the holder and needs to be signed.
1585
+ /// Indicates that a channel funding transaction constructed interactively is ready to be
1586
+ /// signed. This event will only be triggered if at least one input was contributed.
1588
1587
///
1589
1588
/// The transaction contains all inputs provided by both parties along with the channel's funding
1590
1589
/// output and a change output if applicable.
@@ -1613,17 +1612,11 @@ pub enum Event {
1613
1612
///
1614
1613
/// [`ChannelManager::funding_transaction_signed`]: crate::ln::channelmanager::ChannelManager::funding_transaction_signed
1615
1614
counterparty_node_id : PublicKey ,
1616
- // TODO(dual_funding): Enable links when methods are implemented
1617
- /// The `user_channel_id` value passed in to `ChannelManager::create_dual_funded_channel` for outbound
1618
- /// channels, or to [`ChannelManager::accept_inbound_channel`] or `ChannelManager::accept_inbound_channel_with_contribution`
1619
- /// for inbound channels if [`UserConfig::manually_accept_inbound_channels`] config flag is set to true.
1620
- /// Otherwise `user_channel_id` will be randomized for an inbound channel.
1621
- /// This may be zero for objects serialized with LDK versions prior to 0.0.113.
1615
+ /// The `user_channel_id` value passed in for outbound channels, or for inbound channels if
1616
+ /// [`UserConfig::manually_accept_inbound_channels`] config flag is set to true. Otherwise
1617
+ /// `user_channel_id` will be randomized for inbound channels.
1622
1618
///
1623
- /// [`ChannelManager::accept_inbound_channel`]: crate::ln::channelmanager::ChannelManager::accept_inbound_channel
1624
1619
/// [`UserConfig::manually_accept_inbound_channels`]: crate::util::config::UserConfig::manually_accept_inbound_channels
1625
- // [`ChannelManager::create_dual_funded_channel`]: crate::ln::channelmanager::ChannelManager::create_dual_funded_channel
1626
- // [`ChannelManager::accept_inbound_channel_with_contribution`]: crate::ln::channelmanager::ChannelManager::accept_inbound_channel_with_contribution
1627
1620
user_channel_id : u128 ,
1628
1621
/// The unsigned transaction to be signed and passed back to
1629
1622
/// [`ChannelManager::funding_transaction_signed`].
0 commit comments