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
Currently, an owner only can remove a verifier from its position.
It has to be made such that any verifier can remove themself.
Steps:
Remove onlyOwner modifier.
Make it such that it checks either the caller is an owner or not.
If it's an owner, remove the verifier. If it's a verifier, then remove that verifier itself.
The text was updated successfully, but these errors were encountered:
remedcu
changed the title
The ability for the Verifier or Admin to remove themselves from the Origins position.
The ability for the Verifier to remove themselves from the Origins.
Oct 11, 2021
Currently, an owner only can remove a verifier from its position.
It has to be made such that any verifier can remove themself.
Steps:
onlyOwner
modifier.The text was updated successfully, but these errors were encountered: