File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -7030,9 +7030,10 @@ impl<SP: Deref> FundedChannel<SP> where
7030
7030
7031
7031
// if next_funding_txid is set:
7032
7032
let (commitment_update, tx_signatures, tx_abort) = if let Some(next_funding_txid) = msg.next_funding_txid {
7033
- if let Some(session) = &self.interactive_tx_signing_session {
7033
+ if let Some(session) = &self.interactive_tx_signing_session {
7034
7034
// if next_funding_txid matches the latest interactive funding transaction:
7035
7035
if session.unsigned_tx().compute_txid() == next_funding_txid {
7036
+ debug_assert_eq!(session.unsigned_tx().compute_txid(), self.maybe_get_next_funding_txid().unwrap());
7036
7037
// if it has not received tx_signatures for that funding transaction:
7037
7038
if !session.counterparty_sent_tx_signatures() {
7038
7039
// if next_commitment_number is zero:
You can’t perform that action at this time.
0 commit comments