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
|
.idea
|
||||||
artifacts
|
artifacts
|
||||||
cache
|
cache
|
||||||
|
contracts/Verifier*.sol
|
||||||
|
@ -135,8 +135,7 @@ async function transaction({ tornadoPool, inputs = [], outputs = [], fee = 0, re
|
|||||||
value: amount,
|
value: amount,
|
||||||
gasLimit: 1e6,
|
gasLimit: 1e6,
|
||||||
})
|
})
|
||||||
const { gasUsed } = await receipt.wait()
|
await receipt.wait()
|
||||||
// console.log(`Gas Used ${gasUsed}`)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = { transaction }
|
module.exports = { transaction }
|
||||||
|
Loading…
Reference in New Issue
Block a user