mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-13 15:46:24 +00:00
Fix method call
This commit is contained in:
parent
cf7e82b26b
commit
da39f68954
@ -260,7 +260,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