Skip to content

Commit d091781

Browse files
committed
fix(c4-272): remove unnecessary usage of safemath
Signed-off-by: Tomás Migone <[email protected]>
1 parent 0b7ad55 commit d091781

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contracts/l2/token/GraphTokenUpgradeable.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ import "../../governance/Governed.sol";
2525
* the original's constructor + non-upgradeable approach.
2626
*/
2727
contract GraphTokenUpgradeable is GraphUpgradeable, Governed, ERC20BurnableUpgradeable {
28-
2928
// -- EIP712 --
3029
// https://github.com/ethereum/EIPs/blob/master/EIPS/eip-712.md#definition-of-domainseparator
3130

0 commit comments

Comments
 (0)