Skip to content

Commit 0fdabf5

Browse files
committed
f ticks
1 parent c121454 commit 0fdabf5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lightning/src/ln/channel.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1703,11 +1703,11 @@ impl<Signer: Sign> Channel<Signer> {
17031703
make_funding_redeemscript(&self.get_holder_pubkeys().funding_pubkey, self.counterparty_funding_pubkey())
17041704
}
17051705

1706-
/// Claims an HTLC while we're disconnected from a peer, dropping the ChannelMonitorUpdate
1706+
/// Claims an HTLC while we're disconnected from a peer, dropping the [`ChannelMonitorUpdate`]
17071707
/// entirely.
17081708
///
1709-
/// The ChannelMonitor for this channel MUST be updated out-of-band with the preimage provided
1710-
/// (i.e. without calling [`crate::chain::Watch::update_channel`]).
1709+
/// The [`ChannelMonitor`] for this channel MUST be updated out-of-band with the preimage
1710+
/// provided (i.e. without calling [`crate::chain::Watch::update_channel`]).
17111711
///
17121712
/// The HTLC claim will end up in the holding cell (because the caller must ensure the peer is
17131713
/// disconnected).

0 commit comments

Comments
 (0)