X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2Fsrc%2Futil%2Fevents.rs;fp=lightning%2Fsrc%2Futil%2Fevents.rs;h=587291c10d57c355d77f78a14f32caf76a7e97d8;hb=d9cd0f0cb400b371a59d08855c30709973c25f39;hp=abd8f6b105fcdda900518efbd3c59ea2c52c14cf;hpb=91cf39fb08cd825413d7719fd24b83b10d587352;p=rust-lightning diff --git a/lightning/src/util/events.rs b/lightning/src/util/events.rs index abd8f6b1..587291c1 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.