fix merkle tree depth

This commit is contained in:
poma 2019-08-01 22:31:18 +03:00
parent f65058dad3
commit ce9789584e
No known key found for this signature in database
GPG Key ID: 530BBEE4AE8C3604
1 changed files with 1 additions and 1 deletions

View File

@ -58,4 +58,4 @@ template Withdraw(levels, rounds) {
unused <== receiver * fee;
}
component main = Withdraw(2, 220);
component main = Withdraw(16, 220);