From: Matt Corallo Date: Mon, 7 Jan 2019 17:58:36 +0000 (-0500) Subject: Fix source name in is_resolving_htlc_output X-Git-Tag: v0.0.12~246^2~1 X-Git-Url: http://git.bitcoin.ninja/?a=commitdiff_plain;h=bf96c809a5c231a8e175b3ba66e6a1432699fca5;p=rust-lightning Fix source name in is_resolving_htlc_output --- diff --git a/src/ln/channelmonitor.rs b/src/ln/channelmonitor.rs index 8db6f63df..04b324e22 100644 --- a/src/ln/channelmonitor.rs +++ b/src/ln/channelmonitor.rs @@ -1870,7 +1870,7 @@ impl ChannelMonitor { if input.previous_output.txid == prev_local_signed_commitment_tx.txid { scan_commitment!(prev_local_signed_commitment_tx.htlc_outputs.iter().map(|&(ref a, _, _)| a), prev_local_signed_commitment_tx.htlc_sources, - "our latest local commitment tx"); + "our previous local commitment tx"); } } if let Some(&(ref htlc_outputs, ref htlc_sources)) = self.remote_claimable_outpoints.get(&input.previous_output.txid) {