Typo fix
This commit is contained in:
parent
c3a29f4aa5
commit
a300b7675b
|
@ -41,7 +41,7 @@ if (b == Ballot.UPVOTE) {
|
|||
} else {
|
||||
p.downvotes++;
|
||||
}
|
||||
l.voters[msg.sender] = b;
|
||||
p.voters[msg.sender] = b;
|
||||
```
|
||||
|
||||
3. Emit the event
|
||||
|
|
Loading…
Reference in New Issue