Skip to content

Commit d9cd0f0

Browse files
author
Antoine Riard
committed
-f ChannelClosed description
1 parent 91cf39f commit d9cd0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/util/events.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ pub enum Event {
231231
/// transaction.
232232
claim_from_onchain_tx: bool,
233233
},
234-
/// Used to indicate that a channel was closed at the given timestamp.
234+
/// Used to indicate that a channel with the given `channel_id` is in the process of closure.
235235
ChannelClosed {
236236
/// The channel_id which has been barren from further off-chain updates but
237237
/// funding output might still be not resolved yet.

0 commit comments

Comments
 (0)