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

Hardforks Not Applying on Testnet #3376

Closed
mvandeberg opened this issue Jun 28, 2019 · 0 comments · Fixed by #3380
Closed

Hardforks Not Applying on Testnet #3376

mvandeberg opened this issue Jun 28, 2019 · 0 comments · Fixed by #3380

Comments

@mvandeberg
Copy link
Contributor

During the implementation of #2717, hardfork vote code was inadvertently changed and broke the ability for witnesses to vote on hardfork changes.

witness.hardfork_version_vote != hfp.next_hardfork needs to be reverted to witness.hardfork_version_vote != _hardfork_versions[ hfp.last_hardfork + 1 ], etc.

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

Successfully merging a pull request may close this issue.

1 participant