Date: 2023-09-14
Accepted
See here for more details.
Since we don't want a council member to veto a DAO proposal alone by being able
to submit its veto more than once we need to prevent duplicate veto. In
pallet-dao
, veto()
extrinsic should return an appropriate error while this
situation occures.