Merge pull request #3129 from optout21/splicing-msgs-update
[rust-lightning] / lightning / src / ln / channel.rs
index 5415eb2fc6f0197d91652cce336ba6c6281b36fd..4d166cd60f5c84ed6312592b3e59d5783d501914 100644 (file)
@@ -7272,6 +7272,7 @@ impl<SP: Deref> Channel<SP> where
                                        channel_id: self.context.channel_id,
                                        signature,
                                        htlc_signatures,
+                                       batch: None,
                                        #[cfg(taproot)]
                                        partial_signature_with_nonce: None,
                                }, (counterparty_commitment_txid, commitment_stats.htlcs_included)))