Closed ihorbond closed 2 years ago
https://solidity-by-example.org/app/bi-directional-payment-channel/ specifies v0.8.13 but import SafeMath. Was it just left over from the pre 0.8.0 code or is it genuinely needed in this particular example ?
It's not needed for 0.8
Can you submit a PR with the code change?
done @t4sk #237
https://solidity-by-example.org/app/bi-directional-payment-channel/ specifies v0.8.13 but import SafeMath. Was it just left over from the pre 0.8.0 code or is it genuinely needed in this particular example ?