Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 445 Bytes

0015-duplicate-veto.md

File metadata and controls

19 lines (12 loc) · 445 Bytes

15. Prevent DAO proposal from duplicate veto

Date: 2023-09-14

Status

Accepted

Context

See here for more details.

Decision

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.