Skip to content

Commit

Permalink
Merge pull request #3 from aragon/brickpop-patch-1
Browse files Browse the repository at this point in the history
Using the right amount of storage slots
  • Loading branch information
brickpop committed May 13, 2024
2 parents f25ea1d + a094b90 commit 391cd6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OptimisticTokenVotingPlugin.sol
Original file line number Diff line number Diff line change
Expand Up @@ -554,5 +554,5 @@ contract OptimisticTokenVotingPlugin is
}

/// @notice 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 [OpenZeppelin's guide about storage gaps](https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps)).
uint256[50] private __gap;
uint256[47] private __gap;
}

0 comments on commit 391cd6f

Please sign in to comment.