File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1012,8 +1012,8 @@ pub enum Event {
1012
1012
/// The features that this channel will operate with.
1013
1013
channel_type : ChannelTypeFeatures ,
1014
1014
} ,
1015
- /// Used to indicate that a previously opened channel with the given `channel_id` is in the
1016
- /// process of closure.
1015
+ /// Used to indicate that a channel that got past the initial handshake with the given `channel_id` is in the
1016
+ /// process of closure. This includes previously opened channels, and channels that time out from not being funded.
1017
1017
///
1018
1018
/// Note that this event is only triggered for accepted channels: if the
1019
1019
/// [`UserConfig::manually_accept_inbound_channels`] config flag is set to true and the channel is
You can’t perform that action at this time.
0 commit comments