Skip to content

Commit

Permalink
fix(BlacklistValidator): removing deprecated code in intializer
Browse files Browse the repository at this point in the history
  • Loading branch information
KristenPire committed Jun 13, 2024
1 parent 9a8e823 commit 8f0ad4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/BlacklistValidatorUpgradeable.sol
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ contract BlacklistValidatorUpgradeable is
__Ownable2Step_init();
__Ownable_init(_msgSender());
__AccessControl_init();
_grantRole(DEFAULT_ADMIN_ROLE, _msgSender());
}

// _authorizeUpgrade is a crucial part of the UUPS upgrade pattern in OpenZeppelin.
Expand Down

0 comments on commit 8f0ad4d

Please sign in to comment.