mirror of
https://github.com/tornadocash/tornado-anonymity-mining.git
synced 2025-01-15 23:37:52 +01:00
7 lines
153 B
Solidity
7 lines
153 B
Solidity
// SPDX-License-Identifier: MIT
|
|
|
|
pragma solidity ^0.6.0;
|
|
pragma experimental ABIEncoderV2;
|
|
|
|
import "tornado-trees/contracts/mocks/TornadoTreesMock.sol";
|