contracts/ens: fix linter error

This commit is contained in:
Elad 2019-03-15 12:16:50 +07:00
parent 408bfd8c19
commit 1f9594eb8e

View file

@ -33,8 +33,6 @@ const (
swarm_typecode = 0xfa //swarm manifest
swarm_hashtype = 0xd6 // BMT
ipfs_hashtype = 0x12
hash_length = 32
)