From: Keyue Bao Date: Wed, 17 Apr 2024 15:59:04 +0000 (-0700) Subject: Update docs for ChannelClosed Event X-Git-Tag: v0.0.123-beta~5^2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=rust-lightning;a=commitdiff_plain;h=d2c1650bbda9d225cd10950e8c7ae1ddb3066195 Update docs for ChannelClosed Event --- diff --git a/lightning/src/events/mod.rs b/lightning/src/events/mod.rs index f6e7f716..7f9e4fb2 100644 --- a/lightning/src/events/mod.rs +++ b/lightning/src/events/mod.rs @@ -912,8 +912,8 @@ pub enum Event { /// The features that this channel will operate with. channel_type: ChannelTypeFeatures, }, - /// Used to indicate that a previously opened channel with the given `channel_id` is in the - /// 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. /// /// Note that this event is only triggered for accepted channels: if the /// [`UserConfig::manually_accept_inbound_channels`] config flag is set to true and the channel is