Function: initiateDaoUpdate(address __newDao)
This function is used to set a new DAO address.
Inputs
_newDaoControl: Arbitrary.
Constraints: None.
Impact: Address of the new DAO.
Branches and code coverage
Intended branches
Update the
_pendingDao.
Negative behavior
Revert if the caller is not the DAO.
Revert if the
_newDaois the zero address.