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 7e4b623 commit 4f04b2aCopy full SHA for 4f04b2a
lightning/src/ln/channel.rs
@@ -4098,7 +4098,8 @@ impl<ChanSigner: ChannelKeys> Channel<ChanSigner> {
4098
signature = res.0;
4099
htlc_signatures = res.1;
4100
4101
- log_trace!(logger, "Signed remote commitment tx {} with redeemscript {} -> {}",
+ log_trace!(logger, "Signed remote commitment tx {} (txid {}) with redeemscript {} -> {}",
4102
+ encode::serialize_hex(&counterparty_commitment_tx.0.trust().built_transaction().transaction),
4103
&counterparty_commitment_txid,
4104
encode::serialize_hex(&self.get_funding_redeemscript()),
4105
log_bytes!(signature.serialize_compact()[..]));
0 commit comments