Skip to content

Commit 12e9b6a

Browse files
committed
f try rewording a bit?
1 parent 6f8e142 commit 12e9b6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/chain/channelmonitor.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ pub enum MonitorEvent {
132132
/// A monitor event containing an HTLCUpdate.
133133
HTLCEvent(HTLCUpdate),
134134

135-
/// Indicates the Channel's commitment transaction was broadcasted by us and the channel has
136-
/// now been closed.
135+
/// Indicates we broadcasted the channel's latest commitment transaction and thus closed the
136+
/// channel.
137137
HolderForceClosed(OutPoint),
138138

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

0 commit comments

Comments
 (0)