remove TODO

This commit is contained in:
perissology 2018-06-29 13:42:20 -07:00
parent 2797e2d814
commit b70feecc36
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ contract LPFactory is LPConstants, DAOFactory(new Kernel(), new ACL(), 0) {
acl.createPermission(_root, address(v), hatchCallerRole, _root);
acl.createPermission(_root, address(lp), pluginManagerRole, _root);
// TODO: set pledgeAdminRole manager to 0x0? maybe it doesn't matter b/c it can be recreated by _root anyways
acl.grantPermission(_root, address(kernel), appManagerRole);
acl.grantPermission(_root, address(acl), permRole);