mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-22 21:29:14 +00:00
Fix method call
This commit is contained in:
parent
72d0e7c71a
commit
13d291cf96
@ -130,7 +130,7 @@ class ENS {
|
||||
}
|
||||
|
||||
let node = namehash.hash(name);
|
||||
resolver.methods.name(node).call(callback);
|
||||
resolver.methods.addr(node).call(callback);
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user