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
The voting is an action that is used in different places. Use one pallet to manage the voting action (submit a proposal and vote) for a more modular code.
Suggested Solution
Move the voting part of current implementations into the existing pallet Voting for the different ways of voting. Manage pallet specific cases to export the voting action into the Voting pallet.
The text was updated successfully, but these errors were encountered:
Motivation
The voting is an action that is used in different places. Use one pallet to manage the voting action (submit a proposal and vote) for a more modular code.
Suggested Solution
Move the voting part of current implementations into the existing pallet Voting for the different ways of voting. Manage pallet specific cases to export the voting action into the Voting pallet.
The text was updated successfully, but these errors were encountered: