raiden-contracts icon indicating copy to clipboard operation
raiden-contracts copied to clipboard

Consider removing unchecked blocks

Open karlb opened this issue 4 years ago • 0 comments

In https://github.com/raiden-network/raiden-contracts/pull/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.

karlb avatar Aug 12 '21 15:08 karlb