mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-08-03 04:16:15 -04:00
fix tests, ci
This commit is contained in:
parent
346ffcee3c
commit
a359e86f85
13 changed files with 309 additions and 79 deletions
|
@ -17,7 +17,7 @@ import "./Tornado.sol";
|
|||
contract ETHTornado is Tornado {
|
||||
constructor(
|
||||
IVerifier _verifier,
|
||||
Hasher _hasher,
|
||||
IHasher _hasher,
|
||||
uint256 _denomination,
|
||||
uint32 _merkleTreeHeight
|
||||
) public Tornado(_verifier, _hasher, _denomination, _merkleTreeHeight) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue