We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba1b98 commit d4a2423Copy full SHA for d4a2423
src/EjectionManagerStorage.sol
@@ -27,4 +27,8 @@ abstract contract EjectionManagerStorage is IEjectionManager {
27
registryCoordinator = _registryCoordinator;
28
stakeRegistry = _stakeRegistry;
29
}
30
+
31
+ /// @dev This was missing before the slashing release, if your contract
32
+ /// was deployed pre-slashing, you should double check your storage layout.
33
+ uint256[47] private __gap;
34
0 commit comments