finish migration

This commit is contained in:
Roman Storm 2019-12-10 07:48:11 -08:00
parent 6ae2fe612c
commit 5140e1b38f
2 changed files with 19 additions and 7 deletions

View file

@ -65,7 +65,7 @@ contract ETHMixer is Mixer {
roots[0] = _root;
}
function finishMigration() external onlyOperator {
function finishMigration() external payable onlyOperator {
isMigrated = true;
}
}