From 92610ced42ada3d03785e2f5a72addbf3aa3ec37 Mon Sep 17 00:00:00 2001 From: Shawn <44221603+shaspitz@users.noreply.github.com> Date: Thu, 12 Jun 2025 16:41:51 -0700 Subject: [PATCH] Update VanillaRegistry.sol --- contracts/contracts/validator-registry/VanillaRegistry.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/contracts/contracts/validator-registry/VanillaRegistry.sol b/contracts/contracts/validator-registry/VanillaRegistry.sol index c788a05a2..2f9e35a75 100644 --- a/contracts/contracts/validator-registry/VanillaRegistry.sol +++ b/contracts/contracts/validator-registry/VanillaRegistry.sol @@ -46,7 +46,6 @@ contract VanillaRegistry is IVanillaRegistry, VanillaRegistryStorage, uint256 _slashingPayoutPeriodBlocks, address _owner ) external initializer { - __Pausable_init(); _setMinStake(_minStake); _setSlashOracle(_slashOracle); _setUnstakePeriodBlocks(_unstakePeriodBlocks);