mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-08-13 00:55:24 -04:00
tidy
This commit is contained in:
parent
ee2772328c
commit
59cdc0d686
3 changed files with 2 additions and 5 deletions
|
@ -12,10 +12,8 @@
|
|||
pragma solidity ^0.5.8;
|
||||
|
||||
import "./Mixer.sol";
|
||||
import "@openzeppelin/contracts-ethereum-package/contracts/GSN/GSNRecipient.sol";
|
||||
import "@openzeppelin/contracts-ethereum-package/contracts/GSN/IRelayHub.sol";
|
||||
|
||||
contract ETHMixer is Mixer, GSNRecipient {
|
||||
contract ETHMixer is Mixer {
|
||||
constructor(
|
||||
address _verifier,
|
||||
uint256 _mixDenomination,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue