mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #13387 from taylorferran/improve-voting-example
Add detail about limitation in voting contract example
This commit is contained in:
commit
ecdc808e67
@ -193,5 +193,8 @@ of votes.
|
||||
Possible Improvements
|
||||
=====================
|
||||
|
||||
Currently, many transactions are needed to assign the rights
|
||||
to vote to all participants. Can you think of a better way?
|
||||
Currently, many transactions are needed to
|
||||
assign the rights to vote to all participants.
|
||||
Moreover, if two or more proposals have the same
|
||||
number of votes, ``winningProposal()`` is not able
|
||||
to register a tie. Can you think of a way to fix these issues?
|
Loading…
Reference in New Issue
Block a user