Skip to content

Commit 4d41256

Browse files
committed
f drop useless comment that provides no details
1 parent ae2f395 commit 4d41256

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lightning/src/chain/onchaintx.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,6 @@ impl<ChannelSigner: EcdsaChannelSigner> OnchainTxHandler<ChannelSigner> {
767767

768768
log_trace!(logger, "Test if outpoint which our counterparty can spend at {} against aggregation limit {}", req.counterparty_spendable_height(), cur_height + CLTV_SHARED_CLAIM_BUFFER);
769769
if req.counterparty_spendable_height() <= cur_height + CLTV_SHARED_CLAIM_BUFFER || !req.aggregable() {
770-
// Don't aggregate if outpoint package timelock is soon or marked as non-aggregable
771770
preprocessed_requests.push(req);
772771
} else if aggregated_request.is_none() {
773772
aggregated_request = Some(req);

0 commit comments

Comments
 (0)