We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef98d6 commit 046b06fCopy full SHA for 046b06f
contracts/mocks/VotesMock.sol
@@ -25,8 +25,8 @@ abstract contract VotesMock is Votes {
25
}
26
27
function _burn(address account, uint256 votes) internal {
28
- _transferVotingUnits(account, address(0), votes);
29
_votingUnits[account] += votes;
+ _transferVotingUnits(account, address(0), votes);
30
31
32
0 commit comments