fix: registerEns parameter order
This commit is contained in:
parent
ee462ea178
commit
81e122cb0c
|
@ -239,7 +239,7 @@ QtObject {
|
|||
|
||||
function registerEns(username, address, gasLimit, tipLimit, overallLimit, gasPrice, password) {
|
||||
return profileModelInst.ens.registerENS(username,
|
||||
address, gasLimit, tipLimit, overallLimit, gasPrice, password)
|
||||
address, gasLimit, gasPrice, tipLimit, overallLimit, password)
|
||||
}
|
||||
|
||||
function getEnsUsernameRegistrar() {
|
||||
|
|
Loading…
Reference in New Issue