-
Notifications
You must be signed in to change notification settings - Fork 709
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
AlreadyVoting Error - Remove ambiguity #3280
Conversation
bot fmt |
@joepetrowski https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/5171662 was started for your command Comment |
@joepetrowski Command |
396fffa
This error suggests using either `unvote` or `reap_vote` calls which are unavailable in the pallet. The only available call for this is `remove_vote`. EDIT: Please ignore my earlier write-up. I was able to delegate with conviction after calling `remove_vote` on all decided proposals --------- Co-authored-by: command-bot <>
This error suggests using either
unvote
orreap_vote
calls which are unavailable in the pallet. The only available call for this isremove_vote
.EDIT: Please ignore my earlier write-up. I was able to delegate with conviction after calling
remove_vote
on all decided proposals