mirror of
https://github.com/tornadocash/tornado-core.git
synced 2024-10-01 01:06:17 -04: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…
Reference in New Issue
Block a user