We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2429bd commit 9d8197eCopy full SHA for 9d8197e
lightning/src/chain/channelmonitor.rs
@@ -2436,7 +2436,7 @@ impl<Signer: Sign> ChannelMonitorImpl<Signer> {
2436
// resolve the source HTLC with the original sender.
2437
payment_data = Some(((*source).clone(), htlc_output.payment_hash, htlc_output.amount_msat));
2438
} else if !$holder_tx {
2439
- check_htlc_valid_counterparty!(self.current_counterparty_commitment_txid, htlc_output);
+ check_htlc_valid_counterparty!(self.current_counterparty_commitment_txid, htlc_output);
2440
if payment_data.is_none() {
2441
check_htlc_valid_counterparty!(self.prev_counterparty_commitment_txid, htlc_output);
2442
}
0 commit comments