Skip to content

Commit e0161b2

Browse files
fixup: get rid of non-existant doc reference
1 parent 6d4f901 commit e0161b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lightning/src/chain/channelmonitor.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3965,8 +3965,7 @@ impl<Signer: EcdsaChannelSigner> ChannelMonitorImpl<Signer> {
39653965
}
39663966

39673967
#[rustfmt::skip]
3968-
/// Note: For channels where the funding transaction is being manually managed (see
3969-
/// [`crate::ln::channelmanager::ChannelManager::funding_transaction_generated_manual_broadcast`]),
3968+
/// Note: For channels where the funding transaction is being manually managed,
39703969
/// this method returns without queuing any transactions until the funding transaction has been
39713970
/// observed on-chain, unless `require_funding_seen` is `false`. This prevents attempting to
39723971
/// broadcast unconfirmable holder commitment transactions before the funding is visible.

0 commit comments

Comments
 (0)