mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-05-07 00:35:07 -04:00
change ROOT_HISTORY_SIZE type
This commit is contained in:
parent
48cc57fad7
commit
2bb751bfd1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue