mirror of
https://github.com/tornadocash/tornado-core.git
synced 2024-11-21 09:17:05 +01:00
change tree depth to 20
This commit is contained in:
parent
5140e1b38f
commit
1515959a01
@ -1,4 +1,4 @@
|
||||
MERKLE_TREE_HEIGHT=16
|
||||
MERKLE_TREE_HEIGHT=20
|
||||
# in wei
|
||||
ETH_AMOUNT=100000000000000000
|
||||
TOKEN_AMOUNT=100000000000000000
|
||||
|
@ -52,4 +52,4 @@ template Withdraw(levels) {
|
||||
}
|
||||
}
|
||||
|
||||
component main = Withdraw(16);
|
||||
component main = Withdraw(20);
|
||||
|
Loading…
Reference in New Issue
Block a user