diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/types.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/types.go b/common/types.go index 71fe5c95c..a4b999526 100644 --- a/common/types.go +++ b/common/types.go @@ -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 ) |