We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e3cc81 commit f8dd644Copy full SHA for f8dd644
lightning/src/ln/channel.rs
@@ -4087,7 +4087,8 @@ impl<Signer: Sign> Channel<Signer> {
4087
signature = res.0;
4088
htlc_signatures = res.1;
4089
4090
- log_trace!(logger, "Signed remote commitment tx {} with redeemscript {} -> {}",
+ log_trace!(logger, "Signed remote commitment tx {} (txid {}) with redeemscript {} -> {}",
4091
+ encode::serialize_hex(&counterparty_commitment_tx.0.trust().built_transaction().transaction),
4092
&counterparty_commitment_txid,
4093
encode::serialize_hex(&self.get_funding_redeemscript()),
4094
log_bytes!(signature.serialize_compact()[..]));
0 commit comments