File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3032,10 +3032,10 @@ impl<Signer: Sign> ChannelMonitorImpl<Signer> {
3032
3032
if let Some ( new_outputs) = new_outputs_option {
3033
3033
watch_outputs. push ( new_outputs) ;
3034
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.
3035
+ // Since there may be multiple HTLCs for this channel (all spending the
3036
+ // same commitment tx) being claimed by the counterparty within the same
3037
+ // transaction, and `check_spend_counterparty_htlc` already checks all the
3038
+ // ones relevant to this channel, we can safely break from our loop.
3039
3039
break ;
3040
3040
}
3041
3041
}
You can’t perform that action at this time.
0 commit comments