mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-09-22 13:54:59 -04:00
mycomm
This commit is contained in:
parent
3603b1c9e1
commit
5cb9d60178
3 changed files with 4 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue