Skip to content

Commit a18aff8

Browse files
committed
feat(Validator): adding a ctor with _disableInitializers
1 parent bce422a commit a18aff8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/BlacklistValidatorUpgradeable.sol

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ contract BlacklistValidatorUpgradeable is
6868
*/
6969
event AdminAccountRemoved(address indexed account);
7070

71+
/// @custom:oz-upgrades-unsafe-allow constructor
72+
constructor() {
73+
_disableInitializers();
74+
}
75+
76+
7177
/**
7278
* @dev Initializes the contract.
7379
*/

0 commit comments

Comments
 (0)