From d9cd0f0cb400b371a59d08855c30709973c25f39 Mon Sep 17 00:00:00 2001 From: Antoine Riard Date: Mon, 6 Sep 2021 14:07:50 -0400 Subject: [PATCH] -f ChannelClosed description --- lightning/src/util/events.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5