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
At the method _getNextMethodId() in the EVMScriptPermissions contract used implicit bytes20 conversion to bytes24 type in bit OR operation. Better use explicit conversion to bytes24 before bit OR operation.
The text was updated successfully, but these errors were encountered:
At the method
_getNextMethodId()
in theEVMScriptPermissions
contract used implicitbytes20
conversion tobytes24
type in bit OR operation. Better use explicit conversion tobytes24
before bit OR operation.The text was updated successfully, but these errors were encountered: