Fix method call

This commit is contained in:
Anthony Laibe 2018-08-13 11:51:58 +01:00
parent 72d0e7c71a
commit 13d291cf96
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ class ENS {
}
let node = namehash.hash(name);
resolver.methods.name(node).call(callback);
resolver.methods.addr(node).call(callback);
});
}