We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd23710 + d2c1650 commit 6264a44Copy full SHA for 6264a44
lightning/src/events/mod.rs
@@ -1012,8 +1012,8 @@ pub enum Event {
1012
/// The features that this channel will operate with.
1013
channel_type: ChannelTypeFeatures,
1014
},
1015
- /// Used to indicate that a previously opened channel with the given `channel_id` is in the
1016
- /// 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.
1017
///
1018
/// Note that this event is only triggered for accepted channels: if the
1019
/// [`UserConfig::manually_accept_inbound_channels`] config flag is set to true and the channel is
0 commit comments