remove old bins.

This commit is contained in:
Roman Storm 2020-04-30 00:25:47 -07:00
parent 13c0466235
commit 3eb46aadd1
No known key found for this signature in database
GPG Key ID: 522F2A785F34E71F
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

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