Skip to content

Commit caa872c

Browse files
author
Ivo Georgiev
committed
SafeERC20: remove the comment; the solidity compilers definition of pure is satisfied
1 parent 46a8e48 commit caa872c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contracts/libs/SafeERC20.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ interface GeneralERC20 {
77
}
88

99
library SafeERC20 {
10-
// definitely not a pure fn but the compiler complains otherwise
1110
function checkSuccess()
1211
private
1312
pure

0 commit comments

Comments
 (0)