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
artifacts
cache
contracts/Verifier*.sol

View File

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