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 91cf39f commit d9cd0f0Copy full SHA for d9cd0f0
lightning/src/util/events.rs
@@ -231,7 +231,7 @@ pub enum Event {
231
/// transaction.
232
claim_from_onchain_tx: bool,
233
},
234
- /// Used to indicate that a channel was closed at the given timestamp.
+ /// Used to indicate that a channel with the given `channel_id` is in the process of closure.
235
ChannelClosed {
236
/// The channel_id which has been barren from further off-chain updates but
237
/// funding output might still be not resolved yet.
0 commit comments