Skip to content

Commit

Permalink
voting chain mutant 9
Browse files Browse the repository at this point in the history
  • Loading branch information
nisnislevi committed Nov 16, 2023
1 parent dd4a4a1 commit ffa50f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/voting/VotingMachineWithProofs.sol
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ abstract contract VotingMachineWithProofs is
uint256[] memory ids = new uint256[](size);
for (uint256 i = 0; i < size; i++) {
ids[i] = _proposalsVoteConfigurationIds[
proposalListLength - skip - i - 1
proposalListLength - skip - i
];
}
return ids;
Expand Down

0 comments on commit ffa50f0

Please sign in to comment.