Skip to content

Commit 9d8197e

Browse files
committed
Fix indentation in ChannelMonitor
1 parent c2429bd commit 9d8197e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/chain/channelmonitor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2436,7 +2436,7 @@ impl<Signer: Sign> ChannelMonitorImpl<Signer> {
24362436
// resolve the source HTLC with the original sender.
24372437
payment_data = Some(((*source).clone(), htlc_output.payment_hash, htlc_output.amount_msat));
24382438
} else if !$holder_tx {
2439-
check_htlc_valid_counterparty!(self.current_counterparty_commitment_txid, htlc_output);
2439+
check_htlc_valid_counterparty!(self.current_counterparty_commitment_txid, htlc_output);
24402440
if payment_data.is_none() {
24412441
check_htlc_valid_counterparty!(self.prev_counterparty_commitment_txid, htlc_output);
24422442
}

0 commit comments

Comments
 (0)