Skip to content

Commit 046b06f

Browse files
committed
draft: update MultiVotes
1 parent 7ef98d6 commit 046b06f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/mocks/VotesMock.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ abstract contract VotesMock is Votes {
2525
}
2626

2727
function _burn(address account, uint256 votes) internal {
28-
_transferVotingUnits(account, address(0), votes);
2928
_votingUnits[account] += votes;
29+
_transferVotingUnits(account, address(0), votes);
3030
}
3131
}
3232

0 commit comments

Comments
 (0)