mirror of
https://github.com/tornadocash/tornado-nova
synced 2024-02-02 14:53:56 +01:00
fix lint
This commit is contained in:
parent
c5eb273da4
commit
a32297bcb1
@ -2,3 +2,4 @@
|
||||
.idea
|
||||
artifacts
|
||||
cache
|
||||
contracts/Verifier*.sol
|
||||
|
@ -135,8 +135,7 @@ async function transaction({ tornadoPool, inputs = [], outputs = [], fee = 0, re
|
||||
value: amount,
|
||||
gasLimit: 1e6,
|
||||
})
|
||||
const { gasUsed } = await receipt.wait()
|
||||
// console.log(`Gas Used ${gasUsed}`)
|
||||
await receipt.wait()
|
||||
}
|
||||
|
||||
module.exports = { transaction }
|
||||
|
Loading…
Reference in New Issue
Block a user