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 fef0cb1 commit a96ac83Copy full SHA for a96ac83
lightning/src/ln/channel.rs
@@ -3898,7 +3898,8 @@ impl<ChanSigner: ChannelKeys> Channel<ChanSigner> {
3898
signature = res.0;
3899
htlc_signatures = res.1;
3900
3901
- log_trace!(logger, "Signed remote commitment tx {} with redeemscript {} -> {}",
+ log_trace!(logger, "Signed remote commitment tx {} (txid {}) with redeemscript {} -> {}",
3902
+ encode::serialize_hex(&counterparty_commitment_tx.0.trust().built_transaction().transaction),
3903
&counterparty_commitment_txid,
3904
encode::serialize_hex(&self.get_funding_redeemscript()),
3905
log_bytes!(signature.serialize_compact()[..]));
0 commit comments