Skip to content

Commit

Permalink
reset gap back to 50 as it hasn't been deployed yet
Browse files Browse the repository at this point in the history
  • Loading branch information
gretzke committed Sep 1, 2023
1 parent ae1d210 commit 3b9abc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DefaultInflationManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ contract DefaultInflationManager is
* variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/
uint256[49] private __gap;
uint256[50] private __gap;
}

0 comments on commit 3b9abc2

Please sign in to comment.