move redundant constant

This commit is contained in:
Drygin 2022-05-23 17:30:41 +03:00
parent f9264eeffe
commit 4b2e1cf273
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ import "./MerkleTreeWithHistory.sol";
contract TornadoPool is MerkleTreeWithHistory, IERC20Receiver, ReentrancyGuard, CrossChainGuard {
int256 public constant MAX_EXT_AMOUNT = 2**248;
uint256 public constant MAX_FEE = 2**248;
uint256 public constant MIN_EXT_AMOUNT_LIMIT = 0.5 ether;
IVerifier public immutable verifier2;
IVerifier public immutable verifier16;