From 1f9594eb8e69b4d39c0c01af09b778b55b897ad4 Mon Sep 17 00:00:00 2001 From: Elad Date: Fri, 15 Mar 2019 12:16:50 +0700 Subject: [PATCH] contracts/ens: fix linter error --- contracts/ens/cid.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/contracts/ens/cid.go b/contracts/ens/cid.go index f306fbfb75..20fd82becc 100644 --- a/contracts/ens/cid.go +++ b/contracts/ens/cid.go @@ -33,8 +33,6 @@ const ( swarm_typecode = 0xfa //swarm manifest swarm_hashtype = 0xd6 // BMT - ipfs_hashtype = 0x12 - hash_length = 32 )