Update the `CommitmentSigned` message for Taproot support.
[rust-lightning] / lightning / src / ln / channel.rs
index 43604c1912c3785fbba7b119a2a40647dea91110..e2b3fb0665f4d3f45d43c41a1b7aa2d0ec74ed90 100644 (file)
@@ -5923,6 +5923,8 @@ impl<Signer: WriteableEcdsaChannelSigner> Channel<Signer> {
                        channel_id: self.channel_id,
                        signature,
                        htlc_signatures,
+                       #[cfg(taproot)]
+                       partial_signature_with_nonce: None,
                }, (counterparty_commitment_txid, commitment_stats.htlcs_included)))
        }