From bf96c809a5c231a8e175b3ba66e6a1432699fca5 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Mon, 7 Jan 2019 12:58:36 -0500 Subject: [PATCH] Fix source name in is_resolving_htlc_output --- src/ln/channelmonitor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.5