Skip to content

Commit 4eed943

Browse files
waterdrops0nekofar
authored andcommitted
remove invalid comment
1 parent 131d3f9 commit 4eed943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nouns-contracts/contracts/NounsToken.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ contract NounsToken is INounsToken, Ownable, ERC721Checkpointable {
181181

182182
/**
183183
* @notice Set the nounders DAO.
184-
* @dev Only callable by the nounders DAO when not locked.
184+
* @dev Only callable by the nounders DAO.
185185
*/
186186
function setNoundersDAO(address _noundersDAO) external onlyNoundersDAO {
187187
noundersDAO = _noundersDAO;

0 commit comments

Comments
 (0)