Skip to content

Commit

Permalink
Update packages/contracts/src/core/dao/DAO.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Mathias Scherer <[email protected]>
  • Loading branch information
heueristik and mathewmeconry authored Sep 19, 2023
1 parent 182fe93 commit 2cd7249
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 @@ -70,7 +70,7 @@ contract DAO is
uint256 private constant _ENTERED = 2;

/// @notice Removed variable that is left here to maintain the storage layout.
/// @dev Introducedd in v1.0.0. Removed in v1.4.0.
/// @dev Introduced in v1.0.0. Removed in v1.4.0.
/// @custom:oz-renamed-from signatureValidator
address private __removed0;

Expand Down

0 comments on commit 2cd7249

Please sign in to comment.