-f ChannelClosed description
[rust-lightning] / 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.