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 121ee4d commit 5562af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/0.8.25/vaults/Delegation.sol
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ contract Delegation is Dashboard {
* 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
* slither-disable-next-line unprotected-initializer
*/
function initialize() external override {
_initialize();
Expand Down

0 comments on commit 5562af2

Please sign in to comment.