Skip to content

Commit

Permalink
fix: add storage gap in VRT vault
Browse files Browse the repository at this point in the history
  • Loading branch information
GitGuru7 committed Apr 6, 2023
1 parent 7f2a079 commit 4504000
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions contracts/VRTVault/VRTVaultStorage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,11 @@ contract VRTVaultStorage is VRTVaultAdminStorage {

/// @notice block number after which no interest will be accrued
uint256 public lastAccruingBlock;

/**
* @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/
uint256[49] private __gap;
}

0 comments on commit 4504000

Please sign in to comment.