We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d97bc6 commit 236e01fCopy full SHA for 236e01f
1 file changed
lightning/src/chain/channelmonitor.rs
@@ -2330,8 +2330,7 @@ impl<Signer: EcdsaChannelSigner> ChannelMonitor<Signer> {
2330
/// may be to contact the other node operator out-of-band to coordinate other options available
2331
/// to you.
2332
///
2333
- /// Note: For channels using manual funding broadcast (see
2334
- /// [`crate::ln::channelmanager::ChannelManager::funding_transaction_generated_manual_broadcast`]),
+ /// Note: For channels using manual funding broadcast,
2335
/// automatic broadcasts are suppressed until the funding transaction has been observed on-chain.
2336
/// Calling this method overrides that suppression and queues the latest holder commitment
2337
/// transaction for broadcast even if the funding has not yet been seen on-chain. This may result
0 commit comments