We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44e87b8 + 323366c commit 1f399b0Copy full SHA for 1f399b0
lightning/src/chain/channelmonitor.rs
@@ -132,7 +132,8 @@ pub enum MonitorEvent {
132
/// A monitor event containing an HTLCUpdate.
133
HTLCEvent(HTLCUpdate),
134
135
- /// A monitor event that the Channel's commitment transaction was confirmed.
+ /// Indicates we broadcasted the channel's latest commitment transaction and thus closed the
136
+ /// channel.
137
HolderForceClosed(OutPoint),
138
139
/// Indicates a [`ChannelMonitor`] update has completed. See
0 commit comments