File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -100,11 +100,11 @@ impl MonitorUpdateId {
100
100
/// has been persisted to a watchtower. For this, you may find the following methods useful:
101
101
/// [`ChannelMonitor::initial_counterparty_commitment_tx`],
102
102
/// [`ChannelMonitor::counterparty_commitment_txs_from_update`],
103
- /// [`ChannelMonitor::sign_to_local_justice_tx`], [`CommitmentTransaction ::revokeable_output_index`],
104
- /// [`CommitmentTransaction ::build_to_local_justice_tx`].
103
+ /// [`ChannelMonitor::sign_to_local_justice_tx`], [`TrustedCommitmentTransaction ::revokeable_output_index`],
104
+ /// [`TrustedCommitmentTransaction ::build_to_local_justice_tx`].
105
105
///
106
- /// [`CommitmentTransaction ::revokeable_output_index`]: crate::ln::chan_utils::CommitmentTransaction ::revokeable_output_index
107
- /// [`CommitmentTransaction ::build_to_local_justice_tx`]: crate::ln::chan_utils::CommitmentTransaction ::build_to_local_justice_tx
106
+ /// [`TrustedCommitmentTransaction ::revokeable_output_index`]: crate::ln::chan_utils::TrustedCommitmentTransaction ::revokeable_output_index
107
+ /// [`TrustedCommitmentTransaction ::build_to_local_justice_tx`]: crate::ln::chan_utils::TrustedCommitmentTransaction ::build_to_local_justice_tx
108
108
pub trait Persist < ChannelSigner : WriteableEcdsaChannelSigner > {
109
109
/// Persist a new channel's data in response to a [`chain::Watch::watch_channel`] call. This is
110
110
/// called by [`ChannelManager`] for new channels, or may be called directly, e.g. on startup.
You can’t perform that action at this time.
0 commit comments