mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-05-03 14:55:17 -04:00
make _roots public
This commit is contained in:
parent
1364762b93
commit
6571f54768
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ contract MerkleTreeWithHistory {
|
|||
uint256 public levels;
|
||||
|
||||
uint256 constant ROOT_HISTORY_SIZE = 100;
|
||||
uint256[ROOT_HISTORY_SIZE] private _roots;
|
||||
uint256[ROOT_HISTORY_SIZE] public _roots;
|
||||
uint256 public current_root = 0;
|
||||
|
||||
uint256[] private _filled_subtrees;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue