-
Notifications
You must be signed in to change notification settings - Fork 375
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
Update Lock Gold Error Message "Not Account" #10315
Conversation
…aram is missing or something.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Can we also update Accounts.sol since there is also quite few errors such as "Not an account" ? It will also be necessary to update getVersionNumber function |
yes will do! |
…nknown Account" with more descriptive and actionable messages
… "Unknown Account" with more descriptive and actionable messages
@pahor167 I went and updated places where error message as just let me know if this needs further changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description
When trying to lock celo many devs have ran into the reversion message "not account". this is ambiguous. often it seems like a param is missing or something.
Tested
Related issues
Backwards compatibility
i believe changes in error messages are not consider api changes
Documentation