Skip to content

Commit 3481449

Browse files
Remove TODO after thinking on possible issue
1 parent 3a56b3e commit 3481449

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contracts/src/core/AggregationModePaymentService.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ contract AggregationModePaymentService is Initializable, OwnableUpgradeable, UUP
167167

168168
subscribedAddresses[addressToAdd] = expirationTimestamp;
169169

170-
// TODO: Analyze if we should emit N events or just one
171170
emit UserPayment(addressToAdd, amountToPayInWei, block.timestamp, expirationTimestamp);
172171
}
173172
}

0 commit comments

Comments
 (0)