We do not need the appIds in the reimbursement app

this might make it easier to deploy?
This commit is contained in:
2020-12-01 13:26:38 +01:00
parent 6bc6bcb7f6
commit b22d16e61e
2 changed files with 6 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ contract KreditsKit is KitBase {
proposal.initialize(appIds);
Reimbursement reimbursement = Reimbursement(_installApp(dao, appIds[uint8(Apps.Reimbursement)]));
reimbursement.initialize(appIds);
reimbursement.initialize();
acl.createPermission(root, reimbursement, reimbursement.ADD_REIMBURSEMENT_ROLE(), this);
acl.createPermission(root, reimbursement, reimbursement.VETO_REIMBURSEMENT_ROLE(), this);