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
Sorry for the late response.
There is a new release available and we will be updating solhint on regular basis with a dedicated team to it
New release tomorrow!
Thanks for posting
The rule incorrectly triggers for invocations of ERC777.send(address, uint256, bytes).
Looking at the code for the rule, I guess this could be prevented by additionally checking the number (and/or type) of arguments in validateSend.
The text was updated successfully, but these errors were encountered: