Update getVoteChosen
to also check ...metadata.memberAddress
has voted
#330
Labels
bug
Something isn't working
We should also check the
store.connectedMember.memberAddress
against the vote's...metadata.memberAddress
. This is a safe check as delegates can vote. E.g. Theaccount
for a Snapshot Hub vote is set as the signer which could be a delegate of a member. An example:The above can happen as the check is checking the currently logged in account's address against the vote's signer.
The text was updated successfully, but these errors were encountered: