lint
This commit is contained in:
parent
9ebe80f88b
commit
e209000550
@ -81,7 +81,6 @@ contract TornadoTrees is EnsResolve {
|
|||||||
treeUpdateVerifier = _treeUpdateVerifier;
|
treeUpdateVerifier = _treeUpdateVerifier;
|
||||||
tornadoTreesV1 = _tornadoTreesV1;
|
tornadoTreesV1 = _tornadoTreesV1;
|
||||||
|
|
||||||
|
|
||||||
depositRoot = _tornadoTreesV1.depositRoot();
|
depositRoot = _tornadoTreesV1.depositRoot();
|
||||||
uint256 lastDepositLeaf = _tornadoTreesV1.lastProcessedDepositLeaf();
|
uint256 lastDepositLeaf = _tornadoTreesV1.lastProcessedDepositLeaf();
|
||||||
require(lastDepositLeaf % CHUNK_SIZE == 0, "Incorrect TornadoTrees state");
|
require(lastDepositLeaf % CHUNK_SIZE == 0, "Incorrect TornadoTrees state");
|
||||||
@ -114,7 +113,6 @@ contract TornadoTrees is EnsResolve {
|
|||||||
uint256 _from, // most likely array length after the proposal has passed
|
uint256 _from, // most likely array length after the proposal has passed
|
||||||
uint256 _step // optimal step size to find first match, approximately equals dispersion
|
uint256 _step // optimal step size to find first match, approximately equals dispersion
|
||||||
) public view returns (uint256) {
|
) public view returns (uint256) {
|
||||||
|
|
||||||
// Find the segment with correct array length
|
// Find the segment with correct array length
|
||||||
bool direction = elementExists(_tornadoTreesV1, _type, _from);
|
bool direction = elementExists(_tornadoTreesV1, _type, _from);
|
||||||
do {
|
do {
|
||||||
|
Loading…
Reference in New Issue
Block a user