Skip to content

Commit 8c99089

Browse files
committed
Fix source name in is_resolving_htlc_output
1 parent 76c37df commit 8c99089

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
@@ -1867,7 +1867,7 @@ impl ChannelMonitor {
18671867
if input.previous_output.txid == prev_local_signed_commitment_tx.txid {
18681868
scan_commitment!(prev_local_signed_commitment_tx.htlc_outputs.iter().map(|&(ref a, _, _)| a),
18691869
prev_local_signed_commitment_tx.htlc_sources,
1870-
"our latest local commitment tx");
1870+
"our previous local commitment tx");
18711871
}
18721872
}
18731873
if let Some(&(ref htlc_outputs, ref htlc_sources)) = self.remote_claimable_outpoints.get(&input.previous_output.txid) {

0 commit comments

Comments
 (0)