fix: registerEns parameter order

This commit is contained in:
Richard Ramos 2022-01-20 09:53:28 -04:00
parent ee462ea178
commit 81e122cb0c
1 changed files with 1 additions and 1 deletions

View File

@ -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() {