remove resolve mock
This commit is contained in:
parent
f8c25c30ab
commit
4d75035fab
@ -18,10 +18,6 @@ contract TornadoTreesMock is TornadoTrees {
|
|||||||
SearchParams memory _searchParams
|
SearchParams memory _searchParams
|
||||||
) public TornadoTrees(_governance, _tornadoProxy, _tornadoTreesV1, _treeUpdateVerifier, _searchParams) {}
|
) public TornadoTrees(_governance, _tornadoProxy, _tornadoTreesV1, _treeUpdateVerifier, _searchParams) {}
|
||||||
|
|
||||||
function resolve(bytes32 _addr) public view override returns (address) {
|
|
||||||
return address(uint160(uint256(_addr) >> (12 * 8)));
|
|
||||||
}
|
|
||||||
|
|
||||||
function setBlockNumber(uint256 _blockNumber) public {
|
function setBlockNumber(uint256 _blockNumber) public {
|
||||||
currentBlock = _blockNumber;
|
currentBlock = _blockNumber;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user