Update the `FundingCreated` message for Taproot support.
[rust-lightning] / lightning / src / ln / channel.rs
index efb7da4152141464f6dba8b6770265c72041c26c..e413ab6416c629b5dcbaedc4b8918f4c3d1be344 100644 (file)
@@ -5398,7 +5398,11 @@ impl<Signer: WriteableEcdsaChannelSigner> Channel<Signer> {
                        temporary_channel_id,
                        funding_txid: funding_txo.txid,
                        funding_output_index: funding_txo.index,
-                       signature
+                       signature,
+                       #[cfg(taproot)]
+                       partial_signature_with_nonce: None,
+                       #[cfg(taproot)]
+                       next_local_nonce: None,
                })
        }