Skip to content

Commit 1f399b0

Browse files
Merge pull request #2668 from TheBlueMatt/2023-10-fix-doc
Update docs on `MonitorEvent::HolderForceClosed`
2 parents 44e87b8 + 323366c commit 1f399b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lightning/src/chain/channelmonitor.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ pub enum MonitorEvent {
132132
/// A monitor event containing an HTLCUpdate.
133133
HTLCEvent(HTLCUpdate),
134134

135-
/// A monitor event that the Channel's commitment transaction was confirmed.
135+
/// Indicates we broadcasted the channel's latest commitment transaction and thus closed the
136+
/// channel.
136137
HolderForceClosed(OutPoint),
137138

138139
/// Indicates a [`ChannelMonitor`] update has completed. See

0 commit comments

Comments
 (0)