Skip to content

Commit

Permalink
chore: remove todos
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Feb 7, 2024
1 parent c98800b commit 652a55d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/contracts/src/mocks/DAOMock.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ import {IPermissionCondition} from "@aragon/osx-commons-contracts/src/permission
import {PermissionLib} from "@aragon/osx-commons-contracts/src/permission/PermissionLib.sol";

contract DAOMock is IDAO {
// TODO Move constants into `PermissionLib`
address internal constant NO_CONDITION = address(0);

// TODO create `IPermissionManager` interface
event Granted(
bytes32 indexed permissionId,
address indexed here,
Expand Down

0 comments on commit 652a55d

Please sign in to comment.