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
The current version of VotingToChangeKeys contract allows adding new miningKey that was removed in the past. The suggestion is to prohibit the addition of such miningKey.
The text was updated successfully, but these errors were encountered:
Hey @maxaleks
The contracts don't have such a boolean flag which would let us know that a specified mining key has been removed. This issue assumes creating some logic for that.
The current version of
VotingToChangeKeys
contract allows adding new miningKey that was removed in the past. The suggestion is to prohibit the addition of such miningKey.The text was updated successfully, but these errors were encountered: