Skip to content

Commit 89e9e30

Browse files
Add a TODO for extra check on withdrawal method
1 parent 28e8610 commit 89e9e30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contracts/src/core/AggregationModePaymentService.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ contract AggregationModePaymentService is Initializable, OwnableUpgradeable, UUP
127127

128128
/**
129129
* @notice Withdraws the contract balance to the recipient address.
130+
* TODO: Check if we should have a reentrancy guard for this method.
130131
*/
131132
function withdraw() external onlyOwner {
132133
uint256 balance = address(this).balance;

0 commit comments

Comments
 (0)