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 e7c8453 commit 484f524Copy full SHA for 484f524
lightning/src/chain/channelmonitor.rs
@@ -2461,7 +2461,7 @@ impl<Signer: Sign> ChannelMonitorImpl<Signer> {
2461
// resolve the source HTLC with the original sender.
2462
payment_data = Some(((*source).clone(), htlc_output.payment_hash, htlc_output.amount_msat));
2463
} else if !$holder_tx {
2464
- check_htlc_valid_counterparty!(self.current_counterparty_commitment_txid, htlc_output);
+ check_htlc_valid_counterparty!(self.current_counterparty_commitment_txid, htlc_output);
2465
if payment_data.is_none() {
2466
check_htlc_valid_counterparty!(self.prev_counterparty_commitment_txid, htlc_output);
2467
}
0 commit comments