From: Antoine Riard Date: Mon, 6 Sep 2021 18:07:50 +0000 (-0400) Subject: -f ChannelClosed description X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=d9cd0f0cb400b371a59d08855c30709973c25f39;p=rust-lightning -f ChannelClosed description --- diff --git a/lightning/src/util/events.rs b/lightning/src/util/events.rs index abd8f6b10..587291c10 100644 --- a/lightning/src/util/events.rs +++ b/lightning/src/util/events.rs @@ -231,7 +231,7 @@ pub enum Event { /// transaction. claim_from_onchain_tx: bool, }, - /// 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. ChannelClosed { /// The channel_id which has been barren from further off-chain updates but /// funding output might still be not resolved yet.