We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9dfc8d commit e358297Copy full SHA for e358297
lightning/src/ln/channel.rs
@@ -8697,7 +8697,7 @@ impl<SP: Deref> FundedChannel<SP> where
8697
// Since we have a signing_session, this implies we've sent an initial `commitment_signed`...
8698
if !signing_session.has_received_tx_signatures() {
8699
// ...but we didn't receive a `tx_signatures` from the counterparty yet.
8700
- Some(self.funding_outpoint().txid)
+ Some(signing_session.unsigned_tx().compute_txid())
8701
} else {
8702
// ...and we received a `tx_signatures` from the counterparty.
8703
None
0 commit comments