Skip to content

Commit

Permalink
Update erc-20-exercise.md (#440)
Browse files Browse the repository at this point in the history
Update "Votes" to "Vote" in doc, to avoid confusion and avoid getting function signatures issues which testing exercise
  • Loading branch information
s4rv4d authored Apr 16, 2024
1 parent 41492e0 commit 9ba8bde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Create a contract called `WeightedVoting`. Add the following:
- Storage for the number of `votesFor`, `votesAgainst`, `votesAbstain`, `totalVotes`, and `quorum`
- Bools storing if the issue is `passed` and `closed`
- An array of `Issue`s called `issues`
- An `enum` for `Votes` containing:
- An `enum` for `Vote` containing:
- `AGAINST`
- `FOR`
- `ABSTAIN`
Expand Down

0 comments on commit 9ba8bde

Please sign in to comment.