Skip to content

Commit 111bd0b

Browse files
committed
f - fix higher level docs after moving functions
1 parent 8176c99 commit 111bd0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lightning/src/chain/chainmonitor.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ impl MonitorUpdateId {
100100
/// has been persisted to a watchtower. For this, you may find the following methods useful:
101101
/// [`ChannelMonitor::initial_counterparty_commitment_tx`],
102102
/// [`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`].
105105
///
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
108108
pub trait Persist<ChannelSigner: WriteableEcdsaChannelSigner> {
109109
/// Persist a new channel's data in response to a [`chain::Watch::watch_channel`] call. This is
110110
/// called by [`ChannelManager`] for new channels, or may be called directly, e.g. on startup.

0 commit comments

Comments
 (0)