Skip to content

Commit

Permalink
fix: storage gap (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevennevins authored May 24, 2024
1 parent afbcba8 commit 1142437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unaudited/ECDSAStakeRegistryStorage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ abstract contract ECDSAStakeRegistryStorage is
// slither-disable-next-line shadowing-state
/// @dev Reserves storage slots for future upgrades
// solhint-disable-next-line
uint256[39] private __gap;
uint256[40] private __gap;
}

0 comments on commit 1142437

Please sign in to comment.