common: Fix typo - closes #17581

This commit is contained in:
ligi 2018-09-04 11:09:01 +02:00
parent 32f28a9360
commit cafa5172d3
No known key found for this signature in database
GPG key ID: 8E81894010ABF23D

View file

@ -34,7 +34,7 @@ import (
const (
// HashLength is the expected length of the hash
HashLength = 32
// AddressLength is the expected length of the adddress
// AddressLength is the expected length of the address
AddressLength = 20
)