Skip to content

Commit 484f524

Browse files
committed
Fix indentation in ChannelMonitor
1 parent e7c8453 commit 484f524

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

0 commit comments

Comments
 (0)