Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DevZenDAO: prepare all auto methods #32

Open
AnthonyAkentiev opened this issue Jul 24, 2018 · 0 comments
Open

DevZenDAO: prepare all auto methods #32

AnthonyAkentiev opened this issue Jul 24, 2018 · 0 comments
Assignees

Comments

@AnthonyAkentiev
Copy link
Member

AnthonyAkentiev commented Jul 24, 2018

https://github.com/Thetta/DAO-Templates/blob/master/contracts/3-DevZenDao/DevZenDao.sol

Each method with isCanDo() should have the auto caller:

function updateDaoParams(Params _params) isCanDo("DevZen_updateDaoParams") public {
  super._updateDaoParams(_params);
}

// TODO
contract DevZenDaoAuto is DevZenDao {
   // TODO
   function updateDaoParamsAuto(Params _params) public {}
}
}
enkogu added a commit that referenced this issue Aug 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants