mirror of
https://github.com/tornadocash/tornado-core.git
synced 2024-10-01 01:06:17 -04:00
change arg name
This commit is contained in:
parent
35500ac5bb
commit
48cc57fad7
@ -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…
Reference in New Issue
Block a user