Skip to content

Commit 8069305

Browse files
fixup: use footnote for broadcast_latest_holder_commitment_txn doc link
1 parent 4ae43b8 commit 8069305

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
@@ -3996,8 +3996,9 @@ impl<Signer: EcdsaChannelSigner> ChannelMonitorImpl<Signer> {
39963996
/// this method returns without queuing any transactions until the funding transaction has been
39973997
/// observed on-chain, unless `require_funding_seen` is `false`. This prevents attempting to
39983998
/// broadcast unconfirmable holder commitment transactions before the funding is visible.
3999-
/// See also
4000-
/// [`crate::chain::channelmonitor::ChannelMonitor::broadcast_latest_holder_commitment_txn`].
3999+
/// See also [`ChannelMonitor::broadcast_latest_holder_commitment_txn`].
4000+
///
4001+
/// [`ChannelMonitor::broadcast_latest_holder_commitment_txn`]: crate::chain::channelmonitor::ChannelMonitor::broadcast_latest_holder_commitment_txn
40014002
pub(crate) fn queue_latest_holder_commitment_txn_for_broadcast<B: Deref, F: Deref, L: Deref>(
40024003
&mut self, broadcaster: &B, fee_estimator: &LowerBoundedFeeEstimator<F>, logger: &WithChannelMonitor<L>, require_funding_seen: bool,
40034004
)

0 commit comments

Comments
 (0)