You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 towitness.hardfork_version_vote != _hardfork_versions[ hfp.last_hardfork + 1 ]
, etc.The text was updated successfully, but these errors were encountered: