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 a1f7cbb commit 00cdee3Copy full SHA for 00cdee3
lightning/src/chain/channelmonitor.rs
@@ -3034,8 +3034,8 @@ impl<Signer: Sign> ChannelMonitorImpl<Signer> {
3034
}
3035
// Since there may be multiple HTLCs (all from the same commitment) being
3036
// claimed by the counterparty within the same transaction, and
3037
- // `check_spend_counterparty_htlc` already checks for all of them, we can
3038
- // safely break from our loop.
+ // `check_spend_counterparty_htlc` already checks all the ones relevant to
+ // this channel, we can safely break from our loop.
3039
break;
3040
3041
0 commit comments