mirror of
https://github.com/tornadocash/tornado-nova
synced 2024-02-02 14:53:56 +01:00
increase root history size
This commit is contained in:
parent
9cf7dc384d
commit
3fea84a759
@ -32,7 +32,7 @@ contract MerkleTreeWithHistory is Initializable {
|
||||
// it removes index range check on every interaction
|
||||
mapping(uint256 => bytes32) public filledSubtrees;
|
||||
mapping(uint256 => bytes32) public roots;
|
||||
uint32 public constant ROOT_HISTORY_SIZE = 30;
|
||||
uint32 public constant ROOT_HISTORY_SIZE = 100;
|
||||
uint32 public currentRootIndex = 0; // todo remove
|
||||
uint32 public nextIndex = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user