Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a dgp vote will keep unfinished, as no more voters call dgp contract #2

Open
allanzengdbc opened this issue Oct 23, 2018 · 0 comments

Comments

@allanzengdbc
Copy link

when the last voter votes for this type of proposal, it check expiration or voters count fulfilled, if either fulfilled, vote finish.

while voters count not fulfilled, if no more voters call dgp contract, the current vote has no chance to check if it finished.

if you start a new proposal of the same type of the current unfinished proposal, it throws exception.

if(currentProposals.keys[_type].proposal!=_proposalAddress) throw;

even though the current proposal expires, it requires a govKey or adminKey addr call addAddressProposal with the right argument to end the current unfinished proposal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant