mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-24 14:18:57 +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);
|
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