File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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).
You can’t perform that action at this time.
0 commit comments