mirror of
https://github.com/status-im/ens-usernames.git
synced 2025-02-10 17:36:35 +00:00
fix legacy contract support
This commit is contained in:
parent
a37440c75e
commit
d7dad9af75
@ -274,8 +274,8 @@ contract UsernameRegistrar is Controlled, ApproveAndCallFallBack {
|
|||||||
* @param _domainHash Needs to be `ensNode`.
|
* @param _domainHash Needs to be `ensNode`.
|
||||||
**/
|
**/
|
||||||
function migrateDomain(
|
function migrateDomain(
|
||||||
uint256 _price,
|
bytes32 _domainHash,
|
||||||
bytes32 _domainHash
|
uint256 _price
|
||||||
)
|
)
|
||||||
external
|
external
|
||||||
onlyParentRegistry
|
onlyParentRegistry
|
||||||
|
Loading…
x
Reference in New Issue
Block a user