This commit is contained in:
Richard Ramos 2018-08-20 14:52:42 -04:00 committed by GitHub
parent c3a29f4aa5
commit a300b7675b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ if (b == Ballot.UPVOTE) {
} else { } else {
p.downvotes++; p.downvotes++;
} }
l.voters[msg.sender] = b; p.voters[msg.sender] = b;
``` ```
3. Emit the event 3. Emit the event