File tree 1 file changed +3
-3
lines changed
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> {
1703
1703
make_funding_redeemscript ( & self . get_holder_pubkeys ( ) . funding_pubkey , self . counterparty_funding_pubkey ( ) )
1704
1704
}
1705
1705
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`]
1707
1707
/// entirely.
1708
1708
///
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`]).
1711
1711
///
1712
1712
/// The HTLC claim will end up in the holding cell (because the caller must ensure the peer is
1713
1713
/// disconnected).
You can’t perform that action at this time.
0 commit comments