fix legacy contract support

This commit is contained in:
Ricardo Guilherme Schmidt 2018-09-13 12:44:08 -03:00
parent a37440c75e
commit d7dad9af75
No known key found for this signature in database
GPG Key ID: 3F95A3AD0B607030

View File

@ -274,8 +274,8 @@ contract UsernameRegistrar is Controlled, ApproveAndCallFallBack {
* @param _domainHash Needs to be `ensNode`.
**/
function migrateDomain(
uint256 _price,
bytes32 _domainHash
bytes32 _domainHash,
uint256 _price
)
external
onlyParentRegistry