Skip to content

Commit 236e01f

Browse files
fixup: delete non existant reference to doc
1 parent 7d97bc6 commit 236e01f

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
@@ -2330,8 +2330,7 @@ impl<Signer: EcdsaChannelSigner> ChannelMonitor<Signer> {
23302330
/// may be to contact the other node operator out-of-band to coordinate other options available
23312331
/// to you.
23322332
///
2333-
/// Note: For channels using manual funding broadcast (see
2334-
/// [`crate::ln::channelmanager::ChannelManager::funding_transaction_generated_manual_broadcast`]),
2333+
/// Note: For channels using manual funding broadcast,
23352334
/// automatic broadcasts are suppressed until the funding transaction has been observed on-chain.
23362335
/// Calling this method overrides that suppression and queues the latest holder commitment
23372336
/// transaction for broadcast even if the funding has not yet been seen on-chain. This may result

0 commit comments

Comments
 (0)