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