mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-05-08 09:15:04 -04:00
change arg name
This commit is contained in:
parent
35500ac5bb
commit
48cc57fad7
1 changed files with 2 additions and 2 deletions
|
@ -135,7 +135,7 @@ contract Mixer is MerkleTreeWithHistory {
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @dev operator can change his address */
|
/** @dev operator can change his address */
|
||||||
function changeOperator(address _newAccount) external onlyOperator {
|
function changeOperator(address _newOperator) external onlyOperator {
|
||||||
operator = _newAccount;
|
operator = _newOperator;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue