daostack / infra

GNU General Public License v3.0
25 stars 22 forks source link

vote treated as PreBoosted when in quietEndingPeriod? #6

Closed dkent600 closed 6 years ago

dkent600 commented 6 years ago

This line:

https://github.com/daostack/infra/blob/bea244c0fc8aad36b23e507b7e0675e4af681ceb/contracts/VotingMachines/GenesisProtocol.sol#L891

if (proposal.state != ProposalState.Boosted)

should be?

if (proposal.state == ProposalState.PreBoosted)
leviadam commented 6 years ago

Good catch