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 either need to maintain this variable at proposal level rather than global level or remove it completely.
Right now, no matter if it's true or false, winning voters get the same reward. It only decides if pool keeps the reward of losing voters or gives them the reward. We either need to store this variable as well as vote value of winning solution in proposal data so that we can give more reward to the winning voters. It doesn't make sense that pool keeps the reward. Implementing this way will increase the gas cost for closing proposal and claiming reward, though.
I personally believe that voters should not be punished for having a different opinion and we should remove this option completely.
The text was updated successfully, but these errors were encountered:
We either need to maintain this variable at proposal level rather than global level or remove it completely.
Right now, no matter if it's true or false, winning voters get the same reward. It only decides if pool keeps the reward of losing voters or gives them the reward. We either need to store this variable as well as vote value of winning solution in proposal data so that we can give more reward to the winning voters. It doesn't make sense that pool keeps the reward. Implementing this way will increase the gas cost for closing proposal and claiming reward, though.
I personally believe that voters should not be punished for having a different opinion and we should remove this option completely.
The text was updated successfully, but these errors were encountered: