We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f3faa0 commit e3fedfdCopy full SHA for e3fedfd
lightning/src/util/events.rs
@@ -232,6 +232,10 @@ pub enum Event {
232
claim_from_onchain_tx: bool,
233
},
234
/// Used to indicate that a channel with the given `channel_id` is in the process of closure.
235
+ /// Note that if you try to force-close multiple times a channel through
236
+ /// [`ChannelManager::force_close_channel`] before receiving the corresponding monitor
237
+ /// event for the broadcast of the commitment transaction, multiple `ChannelClosed` events
238
+ /// can be generated.
239
ChannelClosed {
240
/// The channel_id which has been barren from further off-chain updates but
241
/// funding output might still be not resolved yet.
0 commit comments