mirror of
https://github.com/tornadocash/trusted-setup-server.git
synced 2024-11-22 01:46:52 +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 }) {
|
async function verifyResponse({ filename }) {
|
||||||
console.log('Running verifier')
|
console.log('Running verifier')
|
||||||
const { stdout, stderr } = await exec(
|
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/',
|
cwd: './server/snark_files/',
|
||||||
env: { RUST_BACKTRACE: 1 }
|
env: { RUST_BACKTRACE: 1 }
|
||||||
|
Loading…
Reference in New Issue
Block a user