Added gaps at the end of the storage of each contract.
This commit is contained in:
@ -46,4 +46,6 @@ contract Initializable {
|
||||
assembly { cs := extcodesize(address) }
|
||||
return cs == 0;
|
||||
}
|
||||
|
||||
uint256[50] private ______gap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user