-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Fix linting issues #3249
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
Fix linting issues #3249
Conversation
docs/udapp.md
Outdated
|
|
||
| **NOTE:** the file's pragma must be set to: `pragma experimental ABIEncoderV2;` | ||
| ```{note} | ||
| The file's pragma must be set to: `pragma experimental ABIEncoderV2;` |
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.
The file's pragma must be set to: pragma abicoder v2;
Line 91 should be updated.
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.
It still needs to be updated to
The file's pragma must be set to: pragma abicoder v2;
docs/udapp.md
Outdated
|
|
||
| **NOTE:** the file's pragma must be set to: `pragma experimental ABIEncoderV2;` | ||
| ```{note} | ||
| The file's pragma must be set to: `pragma experimental ABIEncoderV2;` |
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.
It still needs to be updated to
The file's pragma must be set to: pragma abicoder v2;
No description provided.