You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 {}
}
}
The text was updated successfully, but these errors were encountered:
https://github.com/Thetta/DAO-Templates/blob/master/contracts/3-DevZenDao/DevZenDao.sol
Each method with isCanDo() should have the auto caller:
The text was updated successfully, but these errors were encountered: