mirror of
https://github.com/tornadocash/tornado-anonymity-mining.git
synced 2024-10-31 23:55:20 +01:00
fix interface
This commit is contained in:
parent
f02347500b
commit
97b486b9ba
@ -3,9 +3,9 @@
|
||||
pragma solidity ^0.6.0;
|
||||
|
||||
interface ITornadoInstance {
|
||||
function token() external returns (address);
|
||||
function token() external view returns (address);
|
||||
|
||||
function denomination() external returns (uint256);
|
||||
function denomination() external view returns (uint256);
|
||||
|
||||
function deposit(bytes32 commitment) external payable;
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tornado-anonymity-mining",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"main": "index.js",
|
||||
"repository": "https://github.com/tornadocash/tornado-anonymity-mining.git",
|
||||
"author": "Tornadocash team <hello@tornado.cash>",
|
||||
|
Loading…
Reference in New Issue
Block a user