Separate builds for prod & tests for faster tests

This commit is contained in:
arnaucube
2020-05-23 16:56:27 +02:00
parent 77719dbe4e
commit 9776f46e4b
15 changed files with 88 additions and 21 deletions

View File

@@ -62,4 +62,4 @@ template Withdraw(nLevels) {
smtV.value <== hash.out;
}
component main = Withdraw(17); // 16 real levels (due circom leaf protection)
/* component main = Withdraw(17); // 16 real levels (due circom leaf protection) */