fix path to file

This commit is contained in:
Roman Storm 2020-12-17 13:07:37 -08:00
parent 8241a9f201
commit b331d1b434
No known key found for this signature in database
GPG Key ID: 522F2A785F34E71F
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ cd ..
cd tornado-anonymity-mining
yarn link torn-token
yarn
if [[ ! -f "build/circuits/treeUpdateVerifier.sol" ]]; then
if [[ ! -f "build/circuits/TreeUpdateVerifier.sol" ]]; then
yarn circuit
fi
yarn compile