common: all golint warnings removed (#16852)

* common: all golint warnings removed

* common: fixups
This commit is contained in:
kiel barry
2018-06-14 02:52:50 -07:00
committed by Péter Szilágyi
parent cfde0b5f52
commit d0fd8d6fc2
6 changed files with 14 additions and 8 deletions

View File

@ -29,6 +29,7 @@ import (
"github.com/ethereum/go-ethereum/crypto/sha3"
)
// Lengths of hashes and addresses in bytes.
const (
HashLength = 32
AddressLength = 20