We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d4f901 commit e0161b2Copy full SHA for e0161b2
lightning/src/chain/channelmonitor.rs
@@ -3965,8 +3965,7 @@ impl<Signer: EcdsaChannelSigner> ChannelMonitorImpl<Signer> {
3965
}
3966
3967
#[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`]),
+ /// Note: For channels where the funding transaction is being manually managed,
3970
/// this method returns without queuing any transactions until the funding transaction has been
3971
/// observed on-chain, unless `require_funding_seen` is `false`. This prevents attempting to
3972
/// broadcast unconfirmable holder commitment transactions before the funding is visible.
0 commit comments