Skip to content

Commit

Permalink
feat: disable slither on initialize
Browse files Browse the repository at this point in the history
  • Loading branch information
loga4 committed Jan 17, 2025
1 parent 5562af2 commit 7c16f9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contracts/0.8.25/vaults/Delegation.sol
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,8 @@ contract Delegation is Dashboard {
* @dev The msg.sender here is VaultFactory. The VaultFactory is temporarily granted
* DEFAULT_ADMIN_ROLE AND NODE_OPERATOR_MANAGER_ROLE to be able to set initial fees and roles in VaultFactory.
* All the roles are revoked from VaultFactory by the end of the initialization.
*
* slither-disable-next-line unprotected-initializer
*/
//slither-disable-next-line unprotected-initializer
function initialize() external override {
_initialize();

Expand Down

0 comments on commit 7c16f9c

Please sign in to comment.