Merge pull request #1794 from dunxen/2022-10-dualfunding-act-1
[rust-lightning] / lightning / src / ln / channel.rs
index 5ba3ab83ddc0f69ca0ecbd2c6287ffeb836bf8e0..11f0261d677a3df37b2fa36f94ea142e5ce8f16c 100644 (file)
@@ -5774,6 +5774,10 @@ impl<Signer: WriteableEcdsaChannelSigner> Channel<Signer> {
                        next_remote_commitment_number: INITIAL_COMMITMENT_NUMBER - self.cur_counterparty_commitment_transaction_number - 1,
                        your_last_per_commitment_secret: remote_last_secret,
                        my_current_per_commitment_point: dummy_pubkey,
+                       // TODO(dual_funding): If we've sent `commtiment_signed` for an interactive transaction
+                       // construction but have not received `tx_signatures` we MUST set `next_funding_txid` to the
+                       // txid of that interactive transaction, else we MUST NOT set it.
+                       next_funding_txid: None,
                }
        }