We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac9a2c8 commit d2c1650Copy full SHA for d2c1650
lightning/src/events/mod.rs
@@ -912,8 +912,8 @@ pub enum Event {
912
/// The features that this channel will operate with.
913
channel_type: ChannelTypeFeatures,
914
},
915
- /// Used to indicate that a previously opened channel with the given `channel_id` is in the
916
- /// process of closure.
+ /// Used to indicate that a channel that got past the initial handshake with the given `channel_id` is in the
+ /// process of closure. This includes previously opened channels, and channels that time out from not being funded.
917
///
918
/// Note that this event is only triggered for accepted channels: if the
919
/// [`UserConfig::manually_accept_inbound_channels`] config flag is set to true and the channel is
0 commit comments