From d0fd8d6fc29ec859650adf30718e2b06786e854f Mon Sep 17 00:00:00 2001 From: kiel barry Date: Thu, 14 Jun 2018 02:52:50 -0700 Subject: common: all golint warnings removed (#16852) * common: all golint warnings removed * common: fixups --- common/types.go | 1 + 1 file changed, 1 insertion(+) (limited to 'common/types.go') diff --git a/common/types.go b/common/types.go index 12c26d94b..4d374ad24 100644 --- a/common/types.go +++ b/common/types.go @@ -29,6 +29,7 @@ import ( "github.com/ethereum/go-ethereum/crypto/sha3" ) +// Lengths of hashes and addresses in bytes. const ( HashLength = 32 AddressLength = 20 -- cgit