mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-06-24 06:04:11 -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 */
|
||||
function changeOperator(address _newAccount) external onlyOperator {
|
||||
operator = _newAccount;
|
||||
function changeOperator(address _newOperator) external onlyOperator {
|
||||
operator = _newOperator;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue