mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-05-07 00:35:07 -04:00
finish migration
This commit is contained in:
parent
6ae2fe612c
commit
5140e1b38f
2 changed files with 19 additions and 7 deletions
|
@ -65,7 +65,7 @@ contract ETHMixer is Mixer {
|
|||
roots[0] = _root;
|
||||
}
|
||||
|
||||
function finishMigration() external onlyOperator {
|
||||
function finishMigration() external payable onlyOperator {
|
||||
isMigrated = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue