cringy ending of the line break

Signed-off-by: VoR0220 <catalanor0220@gmail.com>
This commit is contained in:
VoR0220 2018-05-24 07:57:14 -05:00
parent 16e7fe9fde
commit 91d3ccbc70
1 changed files with 1 additions and 2 deletions

View File

@ -283,8 +283,7 @@ __embarkENS.lookup = function(address) {
if (self.ens === undefined) return undefined;
if (address.startsWith("0x"))
address = address.slice(2);
if (address.startsWith("0x")) address = address.slice(2);
let node = namehash(address.toLowerCase() + ".addr.reverse");