mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-05-02 14:26:06 -04:00
change tree depth to 20
This commit is contained in:
parent
5140e1b38f
commit
1515959a01
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
MERKLE_TREE_HEIGHT=16
|
MERKLE_TREE_HEIGHT=20
|
||||||
# in wei
|
# in wei
|
||||||
ETH_AMOUNT=100000000000000000
|
ETH_AMOUNT=100000000000000000
|
||||||
TOKEN_AMOUNT=100000000000000000
|
TOKEN_AMOUNT=100000000000000000
|
||||||
|
|
|
@ -52,4 +52,4 @@ template Withdraw(levels) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
component main = Withdraw(16);
|
component main = Withdraw(20);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue