mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
common: add comments for golint
This commit is contained in:
parent
ea06da0892
commit
d0806a2c04
1 changed files with 3 additions and 1 deletions
|
|
@ -30,7 +30,9 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
HashLength = 32
|
// HashLength is the expected length of the hash
|
||||||
|
HashLength = 32
|
||||||
|
// AddressLength is the expected length of the adddress
|
||||||
AddressLength = 20
|
AddressLength = 20
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue