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
In #1517, we introduced multiple unchecked code blocks to retain the behavior from before solc 0.8. There might be safer ways to reach the same result than using unchecked blocks. Consider removing the code blocks are at least reducing their scope.
The text was updated successfully, but these errors were encountered:
In #1517, we introduced multiple unchecked code blocks to retain the behavior from before solc 0.8. There might be safer ways to reach the same result than using unchecked blocks. Consider removing the code blocks are at least reducing their scope.
The text was updated successfully, but these errors were encountered: