Skip to content

Commit

Permalink
refactor: rename removed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Sep 1, 2023
1 parent 65816bc commit 01941b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/src/core/dao/DAO.sol
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ contract DAO is
/// @notice Removed variable that is left here to maintain the storage layout.
/// @dev Introducedd in v1.0.0. Removed in v1.4.0.
/// @custom:oz-renamed-from signatureValidator
address private __removed1;
address private __removed0;

/// @notice The address of the trusted forwarder verifying meta transactions.
/// @dev Added in v1.0.0.
Expand Down

0 comments on commit 01941b8

Please sign in to comment.