Update docs

This commit is contained in:
github-actions
2023-03-02 22:57:35 +00:00
parent a048444fc0
commit ca22aa0949
3 changed files with 6 additions and 2 deletions

View File

@ -316,6 +316,9 @@ contract TimelockController is AccessControl, IERC721Receiver, IERC1155Receiver
*
* - the caller must have the 'executor' role.
*/
// This function can reenter, but it doesn't pose a risk because _afterCall checks that the proposal is pending,
// thus any modifications to the operation during reentrancy should be caught.
// slither-disable-next-line reentrancy-eth
function executeBatch(
address[] calldata targets,
uint256[] calldata values,