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 9c6d6c9 commit 981086fCopy full SHA for 981086f
lightning/src/ln/channel.rs
@@ -2233,6 +2233,7 @@ impl<SP: Deref> PendingV2Channel<SP> where SP::Target: SignerProvider {
2233
) -> Result<Option<InteractiveTxMessageSend>, AbortReason>
2234
where ES::Target: EntropySource
2235
{
2236
+ debug_assert!(!matches!(self.context.channel_state, ChannelState::NegotiatingFunding(_)));
2237
debug_assert!(self.interactive_tx_constructor.is_none());
2238
2239
let mut funding_inputs = Vec::new();
0 commit comments