Skip to content

Commit

Permalink
Merge pull request #2999 from keyuebao/keyue/update-ldk-docs
Browse files Browse the repository at this point in the history
Update docs for ChannelClosed Event
  • Loading branch information
G8XSU authored Apr 18, 2024
2 parents fd23710 + d2c1650 commit 6264a44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lightning/src/events/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1012,8 +1012,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
Expand Down

0 comments on commit 6264a44

Please sign in to comment.