mirror of
https://github.com/tornadocash/trusted-setup-server.git
synced 2024-11-21 17:36:54 +01:00
remove old bins.
This commit is contained in:
parent
13c0466235
commit
3eb46aadd1
Binary file not shown.
Binary file not shown.
@ -30,7 +30,7 @@ async function uploadToS3({ filename, contributionIndex }) {
|
||||
async function verifyResponse({ filename }) {
|
||||
console.log('Running verifier')
|
||||
const { stdout, stderr } = await exec(
|
||||
`../bin/phase2_verify_contribution circuit.json current.params /tmp/tornado/${filename}`,
|
||||
`../bin/verify_contribution circuit.json current.params /tmp/tornado/${filename}`,
|
||||
{
|
||||
cwd: './server/snark_files/',
|
||||
env: { RUST_BACKTRACE: 1 }
|
||||
|
Loading…
Reference in New Issue
Block a user