-
Notifications
You must be signed in to change notification settings - Fork 2
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
refactor: updates EncryptedERC20 and other versions inheriting #68
Conversation
046277e
to
7952ebe
Compare
5713f33
to
72296ee
Compare
4ee560b
to
a8cb56a
Compare
a8cb56a
to
2238f15
Compare
if (indexCode > _TOTAL_NUMBER_ERROR_CODES) { | ||
revert ErrorIndexInvalid(); | ||
} | ||
|
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.
why do you skip a line here?
if (indexCode == 0) { | ||
revert ErrorIndexIsNull(); | ||
} | ||
|
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.
same
if (indexCode == 0) { | ||
revert ErrorIndexIsNull(); | ||
} | ||
|
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.
same, etc
This PR contains multiple changes.
approve
function