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