Skip to content

Commit bf96c80

Browse files
committed
Fix source name in is_resolving_htlc_output
1 parent c9df4bd commit bf96c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ln/channelmonitor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1870,7 +1870,7 @@ impl ChannelMonitor {
18701870
if input.previous_output.txid == prev_local_signed_commitment_tx.txid {
18711871
scan_commitment!(prev_local_signed_commitment_tx.htlc_outputs.iter().map(|&(ref a, _, _)| a),
18721872
prev_local_signed_commitment_tx.htlc_sources,
1873-
"our latest local commitment tx");
1873+
"our previous local commitment tx");
18741874
}
18751875
}
18761876
if let Some(&(ref htlc_outputs, ref htlc_sources)) = self.remote_claimable_outpoints.get(&input.previous_output.txid) {

0 commit comments

Comments
 (0)