Skip to content

Commit

Permalink
Merge pull request #2668 from TheBlueMatt/2023-10-fix-doc
Browse files Browse the repository at this point in the history
Update docs on `MonitorEvent::HolderForceClosed`
  • Loading branch information
valentinewallace authored Oct 30, 2023
2 parents 44e87b8 + 323366c commit 1f399b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lightning/src/chain/channelmonitor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ pub enum MonitorEvent {
/// A monitor event containing an HTLCUpdate.
HTLCEvent(HTLCUpdate),

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

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

0 comments on commit 1f399b0

Please sign in to comment.