ca-lida / Class-Dao-Project

MIT License
4 stars 9 forks source link

Undeclared identifier votingPower #23

Open YurenJeremyJin opened 8 months ago

YurenJeremyJin commented 8 months ago

uint256 voterPower = votingPower[voter];

Should it be solved by adding mapping(address => uint256) public votingPower;

stellanweadau commented 8 months ago

I can't find Nicolas and Maximo's account to also put them as assigned to this issue