-f ChannelClosed description
authorAntoine Riard <dev@ariard.me>
Mon, 6 Sep 2021 18:07:50 +0000 (14:07 -0400)
committerAntoine Riard <dev@ariard.me>
Fri, 17 Sep 2021 22:41:19 +0000 (18:41 -0400)
lightning/src/util/events.rs

index abd8f6b105fcdda900518efbd3c59ea2c52c14cf..587291c10d57c355d77f78a14f32caf76a7e97d8 100644 (file)
@@ -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.