This commit is contained in:
mirru2532 2021-10-28 13:45:16 +02:00
parent 3603b1c9e1
commit 5cb9d60178
3 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@ import "@openzeppelin/contracts/token/ERC20/SafeERC20.sol";
contract ERC20Tornado is Tornado {
using SafeERC20 for IERC20;
IERC20 public immutable token;
IERC20 public token;
constructor(
IVerifier _verifier,