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 1521633 commit c5c0abbCopy full SHA for c5c0abb
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