Skip to content

Commit

Permalink
Unused state variables [code-423n4/2022-01-notional-findings#204]
Browse files Browse the repository at this point in the history
  • Loading branch information
weitianjie2000 committed Feb 15, 2022
1 parent 930d202 commit ce76e30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/utils/EIP1271Wallet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ contract EIP1271Wallet {
uint256 internal constant MAKER_TOKEN_OFFSET = 564;
uint256 internal constant TAKER_TOKEN_OFFSET = 660;
uint256 internal constant SLIPPAGE_LIMIT_PRECISION = 1e8;
uint256 internal constant ETH_PRECISION = 1e18;

bytes4 internal constant EIP1271_MAGIC_NUM = 0x20c13b0b;
bytes4 internal constant EIP1271_INVALID_SIG = 0xffffffff;
Expand Down

0 comments on commit ce76e30

Please sign in to comment.