Update splice messages according to new spec draft
[rust-lightning] / lightning / src / ln / channel.rs
index 57fbe51626bec580a111f62335dfdc63d70771d5..a9f8ff005ab1f0888daf3502ee8948dfa6e6302f 100644 (file)
@@ -7135,6 +7135,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)))