Skip to content

Commit d2c1650

Browse files
committed
Update docs for ChannelClosed Event
1 parent ac9a2c8 commit d2c1650

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/events/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -912,8 +912,8 @@ pub enum Event {
912912
/// The features that this channel will operate with.
913913
channel_type: ChannelTypeFeatures,
914914
},
915-
/// Used to indicate that a previously opened channel with the given `channel_id` is in the
916-
/// process of closure.
915+
/// Used to indicate that a channel that got past the initial handshake with the given `channel_id` is in the
916+
/// process of closure. This includes previously opened channels, and channels that time out from not being funded.
917917
///
918918
/// Note that this event is only triggered for accepted channels: if the
919919
/// [`UserConfig::manually_accept_inbound_channels`] config flag is set to true and the channel is

0 commit comments

Comments
 (0)