Add detail about limitation in voting contract example

This commit is contained in:
Taylor Ferran
2022-08-30 14:34:05 +02:00
committed by Leo Alt
parent e048ba4d75
commit 79adec08f2
+5 -2
View File
@@ -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?