-
Notifications
You must be signed in to change notification settings - Fork 460
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 ERC-1363: Add missing return statement #213
Update ERC-1363: Add missing return statement #213
Conversation
✅ All reviewers have approved. |
The commit 9b2f57e (as a parent of 80f84cf) contains errors. |
@poojaranjan @SamWilsn @g11tech really cannot understand why is this PR still pending if approved. |
The bot's comment above includes the merge requirements:
|
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.
All Reviewers Have Approved; Performing Automatic Merge...
Just adding an explicit return value docs as it was missing for no reason.
The
approveAndCall
methods are aligned with thetransferAndCall
andtransferFromAndCall
methods.