mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-10 14:06:10 +00:00
conflict in embark js
This commit is contained in:
parent
48502adb08
commit
305e803443
@ -186,7 +186,6 @@ __embarkENS.resolve = function (name, callback) {
|
|||||||
return callback(providerNotSetError);
|
return callback(providerNotSetError);
|
||||||
}
|
}
|
||||||
let node = namehash.hash(name);
|
let node = namehash.hash(name);
|
||||||
console.log('NODE TO RESOLVE', node);
|
|
||||||
|
|
||||||
function cb(err, addr) {
|
function cb(err, addr) {
|
||||||
if (err === NoDecodeAddrError) {
|
if (err === NoDecodeAddrError) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user