Telos-Foundation / Sqrl

The easiest and most powerful desktop wallet for the Telos Blockchain and other EOSIO-based networks.
MIT License
35 stars 0 forks source link

Voting for one arbitrator triggers response that all arbs have been voted for and they become unvotable #71

Closed DouglasHorn closed 5 years ago

DouglasHorn commented 5 years ago

Sqrl 1.0.3 When an account votes for one arbitrator, the interface shows "You voted for this candidate" for every candidate, not just the one voted for. Subsequently, the checkmark button for the other arbitrators become unvoteable.

I have determined that this is NOT caused because Sqrl is actually voting for multiple arbitrators with the initial voting action. Moreover, it is still possible to vote for additional arbitrator candidates using the smart contract interface with eosio.trail::castvote.

It appears that there is simply a problem with the interface. However, it prevents most users from voting for multiple arbitrator candidates.

barchef commented 5 years ago

This has been resolved in the latest Sqrl 1.0.4 patch release. Thanks for reporting.