This commit is contained in:
poma 2021-06-16 15:22:13 +03:00
parent c5eb273da4
commit a32297bcb1
No known key found for this signature in database
GPG Key ID: BA20CB01FE165657
2 changed files with 2 additions and 2 deletions

View File

@ -2,3 +2,4 @@
.idea .idea
artifacts artifacts
cache cache
contracts/Verifier*.sol

View File

@ -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 }