Skip to content

Commit df785d1

Browse files
TheBlueMattvalentinewallace
authored andcommitted
Fix indentation in ChannelMonitor
1 parent f363707 commit df785d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/chain/channelmonitor.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2465,7 +2465,7 @@ impl<Signer: Sign> ChannelMonitorImpl<Signer> {
24652465
// resolve the source HTLC with the original sender.
24662466
payment_data = Some(((*source).clone(), htlc_output.payment_hash, htlc_output.amount_msat));
24672467
} else if !$holder_tx {
2468-
check_htlc_valid_counterparty!(self.current_counterparty_commitment_txid, htlc_output);
2468+
check_htlc_valid_counterparty!(self.current_counterparty_commitment_txid, htlc_output);
24692469
if payment_data.is_none() {
24702470
check_htlc_valid_counterparty!(self.prev_counterparty_commitment_txid, htlc_output);
24712471
}

0 commit comments

Comments
 (0)