mirror of
https://github.com/tornadocash/tornado-anonymity-mining.git
synced 2024-11-22 17:50:21 +01:00
6 lines
121 B
Solidity
6 lines
121 B
Solidity
|
// SPDX-License-Identifier: MIT
|
||
|
|
||
|
pragma solidity ^0.6.0;
|
||
|
|
||
|
import "tornado-trees/contracts/mocks/TornadoTreesV1Mock.sol";
|