Skip to content

Commit b185ee3

Browse files
Remove unnecessary TODO
1 parent c046dac commit b185ee3

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
@@ -124,7 +124,6 @@ contract AggregationModePaymentService is Initializable, OwnableUpgradeable, UUP
124124

125125
/**
126126
* @notice Withdraws the contract balance to the recipient address.
127-
* TODO: Check if we should have a reentrancy guard for this method.
128127
*/
129128
function withdraw() external onlyOwner {
130129
uint256 balance = address(this).balance;

0 commit comments

Comments
 (0)