mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-03-02 19:59:24 -05:00
change ROOT_HISTORY_SIZE type
This commit is contained in:
parent
48cc57fad7
commit
2bb751bfd1
@ -18,7 +18,7 @@ library Hasher {
|
||||
contract MerkleTreeWithHistory {
|
||||
uint256 public levels;
|
||||
|
||||
uint8 constant ROOT_HISTORY_SIZE = 100;
|
||||
uint256 constant ROOT_HISTORY_SIZE = 100;
|
||||
uint256[] private _roots;
|
||||
uint256 public current_root = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user