raiden-contracts
raiden-contracts copied to clipboard
Consider removing unchecked blocks
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.