Skip to content

Commit 5f9d67c

Browse files
fixup: use footnote for broadcast_latest_holder_commitment_txn doc link
1 parent 2646567 commit 5f9d67c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lightning/src/chain/channelmonitor.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3990,8 +3990,9 @@ impl<Signer: EcdsaChannelSigner> ChannelMonitorImpl<Signer> {
39903990
/// this method returns without queuing any transactions until the funding transaction has been
39913991
/// observed on-chain, unless `require_funding_seen` is `false`. This prevents attempting to
39923992
/// broadcast unconfirmable holder commitment transactions before the funding is visible.
3993-
/// See also
3994-
/// [`crate::chain::channelmonitor::ChannelMonitor::broadcast_latest_holder_commitment_txn`].
3993+
/// See also [`ChannelMonitor::broadcast_latest_holder_commitment_txn`].
3994+
///
3995+
/// [`ChannelMonitor::broadcast_latest_holder_commitment_txn`]: crate::chain::channelmonitor::ChannelMonitor::broadcast_latest_holder_commitment_txn
39953996
pub(crate) fn queue_latest_holder_commitment_txn_for_broadcast<B: Deref, F: Deref, L: Deref>(
39963997
&mut self, broadcaster: &B, fee_estimator: &LowerBoundedFeeEstimator<F>, logger: &WithChannelMonitor<L>, require_funding_seen: bool,
39973998
)

0 commit comments

Comments
 (0)