Skip to content

Commit 6264a44

Browse files
authored
Merge pull request #2999 from keyuebao/keyue/update-ldk-docs
Update docs for ChannelClosed Event
2 parents fd23710 + d2c1650 commit 6264a44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/events/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1012,8 +1012,8 @@ pub enum Event {
10121012
/// The features that this channel will operate with.
10131013
channel_type: ChannelTypeFeatures,
10141014
},
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.
10171017
///
10181018
/// Note that this event is only triggered for accepted channels: if the
10191019
/// [`UserConfig::manually_accept_inbound_channels`] config flag is set to true and the channel is

0 commit comments

Comments
 (0)