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