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
We should offer a way for users to "unvote", i.e. remove their existing vote for a proposal, but without putting up a vote for another at the same time.
In the code, this would mean refactoring the "vote" method into something like unvote and vote:
unvote deletes a previous vote for a given lockup
vote assumes that the lockup has not yet voted in this round/tranche, and creates the vote according to the input
The text was updated successfully, but these errors were encountered:
We should offer a way for users to "unvote", i.e. remove their existing vote for a proposal, but without putting up a vote for another at the same time.
In the code, this would mean refactoring the "vote" method into something like
unvote
andvote
:unvote
deletes a previous vote for a given lockupvote
assumes that the lockup has not yet voted in this round/tranche, and creates the vote according to the inputThe text was updated successfully, but these errors were encountered: