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.
Channel::unbroadcasted_funding
1 parent 3b70bd2 commit 6a81d5dCopy full SHA for 6a81d5d
lightning/src/ln/channel.rs
@@ -3457,6 +3457,9 @@ impl<SP: Deref> ChannelContext<SP> where SP::Target: SignerProvider {
3457
3458
/// Returns the transaction if there is a pending funding transaction that is yet to be
3459
/// broadcast.
3460
+ ///
3461
+ /// Note that if [`Self::is_manual_broadcast`] is true the transaction will be a dummy
3462
+ /// transaction.
3463
pub fn unbroadcasted_funding(&self) -> Option<Transaction> {
3464
self.if_unbroadcasted_funding(|| self.funding_transaction.clone())
3465
}
0 commit comments