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 0e27283 commit 0b2d476Copy full SHA for 0b2d476
lightning/src/util/events.rs
@@ -215,6 +215,10 @@ pub enum Event {
215
claim_from_onchain_tx: bool,
216
},
217
/// Used to indicate that a channel with the given `channel_id` is in the process of closure.
218
+ /// Note that if you try to force-close multiple times a channel through
219
+ /// [`ChannelManager::force_close_channel`] before receiving the corresponding monitor
220
+ /// event for the broadcast of the commitment transaction, multiple `ChannelClosed` events
221
+ /// can be generated.
222
ChannelClosed {
223
/// The channel_id which has been barren from further off-chain updates but
224
/// funding output might still be not resolved yet.
0 commit comments