Fix method call

This commit is contained in:
Anthony Laibe 2018-08-13 11:51:58 +01:00 committed by Iuri Matias
parent cf7e82b26b
commit da39f68954

View File

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