mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-05-08 09:15:04 -04:00
remove unused import
This commit is contained in:
parent
2962f30ed5
commit
e83f528f6f
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ require('chai')
|
|||
.should()
|
||||
const fs = require('fs')
|
||||
|
||||
const { toBN, toHex, randomHex } = require('web3-utils')
|
||||
const { toBN, randomHex } = require('web3-utils')
|
||||
const { takeSnapshot, revertSnapshot } = require('../lib/ganacheHelper')
|
||||
|
||||
const Mixer = artifacts.require('./ETHMixer.sol')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue