Skip to content

Commit

Permalink
edit comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Akilesh Tangella authored and Akilesh Tangella committed Jun 18, 2023
1 parent b5eac6e commit c6acd93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/zkvote/zkvote.sol
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ contract ZKVote is IZKVote {
}

// We send in reverse order of the vote_totals mapping so that we match
// the order of the VoteTally struct in zkvote.sol as well as the
// the for, against, abstain, order of the VoteTally struct in zkvote.sol as well as the
// receiveVoteTally function in IDAOProxy.sol.
setupVoteCaller[proposalId].receiveVoteTally(
proposalId,
Expand Down

0 comments on commit c6acd93

Please sign in to comment.