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