change tree depth to 20

This commit is contained in:
poma 2019-12-11 17:15:07 +07:00
parent 5140e1b38f
commit 1515959a01
No known key found for this signature in database
GPG key ID: BA20CB01FE165657
2 changed files with 2 additions and 2 deletions

View file

@ -52,4 +52,4 @@ template Withdraw(levels) {
}
}
component main = Withdraw(16);
component main = Withdraw(20);