cringy ending of the line break
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
This commit is contained in:
parent
16e7fe9fde
commit
91d3ccbc70
|
@ -283,8 +283,7 @@ __embarkENS.lookup = function(address) {
|
||||||
|
|
||||||
if (self.ens === undefined) return undefined;
|
if (self.ens === undefined) return undefined;
|
||||||
|
|
||||||
if (address.startsWith("0x"))
|
if (address.startsWith("0x")) address = address.slice(2);
|
||||||
address = address.slice(2);
|
|
||||||
|
|
||||||
let node = namehash(address.toLowerCase() + ".addr.reverse");
|
let node = namehash(address.toLowerCase() + ".addr.reverse");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue