Open YurenJeremyJin opened 8 months ago
uint256 voterPower = votingPower[voter];
Should it be solved by adding mapping(address => uint256) public votingPower;
I can't find Nicolas and Maximo's account to also put them as assigned to this issue
uint256 voterPower = votingPower[voter];
Should it be solved by adding mapping(address => uint256) public votingPower;