diff --git a/circuits/withdraw.circom b/circuits/withdraw.circom index 63d758c..8b3146c 100644 --- a/circuits/withdraw.circom +++ b/circuits/withdraw.circom @@ -58,4 +58,4 @@ template Withdraw(levels, rounds) { unused <== receiver * fee; } -component main = Withdraw(2, 220); +component main = Withdraw(16, 220);