mirror of
https://github.com/tornadocash/tornado-deploy.git
synced 2025-01-15 15:41:05 +01:00
fix path to file
This commit is contained in:
parent
8241a9f201
commit
b331d1b434
2
build.sh
2
build.sh
@ -21,7 +21,7 @@ cd ..
|
|||||||
cd tornado-anonymity-mining
|
cd tornado-anonymity-mining
|
||||||
yarn link torn-token
|
yarn link torn-token
|
||||||
yarn
|
yarn
|
||||||
if [[ ! -f "build/circuits/treeUpdateVerifier.sol" ]]; then
|
if [[ ! -f "build/circuits/TreeUpdateVerifier.sol" ]]; then
|
||||||
yarn circuit
|
yarn circuit
|
||||||
fi
|
fi
|
||||||
yarn compile
|
yarn compile
|
||||||
|
Loading…
Reference in New Issue
Block a user