mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 23:08:36 +01:00
Update docs on MonitorEvent::HolderForceClosed
In a96e2fe144
we renamed
`MonitorEvent::CommitmentTxConfirmed` to `HolderForceClosed` to
better document what actually happened. However, we failed to
update the documentation on the type, which we do here.
Pointed out by @yellowred.
This commit is contained in:
parent
9de51f0bee
commit
323366cfd3
1 changed files with 2 additions and 1 deletions
|
@ -132,7 +132,8 @@ pub enum MonitorEvent {
|
||||||
/// A monitor event containing an HTLCUpdate.
|
/// A monitor event containing an HTLCUpdate.
|
||||||
HTLCEvent(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),
|
HolderForceClosed(OutPoint),
|
||||||
|
|
||||||
/// Indicates a [`ChannelMonitor`] update has completed. See
|
/// Indicates a [`ChannelMonitor`] update has completed. See
|
||||||
|
|
Loading…
Add table
Reference in a new issue