mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-01-11 05:34:19 +01:00
make _roots public
This commit is contained in:
parent
1364762b93
commit
6571f54768
@ -19,7 +19,7 @@ contract MerkleTreeWithHistory {
|
|||||||
uint256 public levels;
|
uint256 public levels;
|
||||||
|
|
||||||
uint256 constant ROOT_HISTORY_SIZE = 100;
|
uint256 constant ROOT_HISTORY_SIZE = 100;
|
||||||
uint256[ROOT_HISTORY_SIZE] private _roots;
|
uint256[ROOT_HISTORY_SIZE] public _roots;
|
||||||
uint256 public current_root = 0;
|
uint256 public current_root = 0;
|
||||||
|
|
||||||
uint256[] private _filled_subtrees;
|
uint256[] private _filled_subtrees;
|
||||||
|
Loading…
Reference in New Issue
Block a user