Skip to content

Commit 89f3b93

Browse files
committed
Fix indentation in ChannelMonitor
1 parent 861a797 commit 89f3b93

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
@@ -2464,7 +2464,7 @@ impl<Signer: Sign> ChannelMonitorImpl<Signer> {
24642464
// resolve the source HTLC with the original sender.
24652465
payment_data = Some(((*source).clone(), htlc_output.payment_hash, htlc_output.amount_msat));
24662466
} else if !$holder_tx {
2467-
check_htlc_valid_counterparty!(self.current_counterparty_commitment_txid, htlc_output);
2467+
check_htlc_valid_counterparty!(self.current_counterparty_commitment_txid, htlc_output);
24682468
if payment_data.is_none() {
24692469
check_htlc_valid_counterparty!(self.prev_counterparty_commitment_txid, htlc_output);
24702470
}

0 commit comments

Comments
 (0)