Fix CVF-53

This commit is contained in:
poma 2021-03-21 01:00:59 +03:00
parent 6850d6a6c4
commit cd2ea92084
No known key found for this signature in database
GPG Key ID: BA20CB01FE165657
1 changed files with 2 additions and 2 deletions

View File

@ -98,8 +98,8 @@ contract TornadoProxy {
_updateInstance(_tornado);
}
function setTornadoTreesContract(address _tornadoTrees) external onlyGovernance {
tornadoTrees = ITornadoTrees(_tornadoTrees);
function setTornadoTreesContract(ITornadoTrees _tornadoTrees) external onlyGovernance {
tornadoTrees = _tornadoTrees;
}
/// @dev Method to claim junk and accidentally sent tokens