lidofinance/easy-track

Avoid implicit conversions in the EVMScriptPermissions contract

Opened this issue · 0 comments

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.