Users in guilds are allowed to increase their votes on a proposal. The only way to do this currently is to manually override since we haven't added the feature to the UI yet.
But if we do this then we see the total vote count for a proposal does not increase as expected. However individual user voting percentage does.
We should expect both an increase in user voting percentage and over proposal votes.
Example
Adding up these votes we see 34.01% missing the votes from rossdev since the previous votes were added in very small increments and it still treats me as voting with 1 wei in the total calculation.
You can override and test this yourself by changing useVoteOnProposal to a specific small number like 1 and increase that each time you test to continually increase your vote on this proposal.
Users in guilds are allowed to increase their votes on a proposal. The only way to do this currently is to manually override since we haven't added the feature to the UI yet.
But if we do this then we see the total vote count for a proposal does not increase as expected. However individual user voting percentage does.
We should expect both an increase in user voting percentage and over proposal votes.
Example
Adding up these votes we see 34.01% missing the votes from rossdev since the previous votes were added in very small increments and it still treats me as voting with 1 wei in the total calculation.
You can override and test this yourself by changing
useVoteOnProposal
to a specific small number like 1 and increase that each time you test to continually increase your vote on this proposal.