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

Abstaining votes #228

Open
f-gate opened this issue Sep 25, 2023 · 0 comments
Open

Abstaining votes #228

f-gate opened this issue Sep 25, 2023 · 0 comments
Labels
enhancement New feature or request Priority | Medium

Comments

@f-gate
Copy link
Member

f-gate commented Sep 25, 2023

Include an abstain vote into pallet-proposals.

How should an abstain vote affect the system?

// Changing the boolean we use to vote into something as simple as:
enum Vote {
     Yay,
     Nay,
     Abstain,
}
@f-gate f-gate added enhancement New feature or request Priority | Medium labels Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Priority | Medium
Projects
None yet
Development

No branches or pull requests

1 participant