We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8e142 commit 12e9b6aCopy full SHA for 12e9b6a
lightning/src/chain/channelmonitor.rs
@@ -132,8 +132,8 @@ pub enum MonitorEvent {
132
/// A monitor event containing an HTLCUpdate.
133
HTLCEvent(HTLCUpdate),
134
135
- /// Indicates the Channel's commitment transaction was broadcasted by us and the channel has
136
- /// now been closed.
+ /// Indicates we broadcasted the channel's latest commitment transaction and thus closed the
+ /// channel.
137
HolderForceClosed(OutPoint),
138
139
/// Indicates a [`ChannelMonitor`] update has completed. See
0 commit comments