diff options
author | ligi <ligi@ligi.de> | 2018-09-04 20:12:16 +0800 |
---|---|---|
committer | Felix Lange <fjl@users.noreply.github.com> | 2018-09-04 20:12:16 +0800 |
commit | 3e8184006189b57e2d998313ef0fa75429b0c5bc (patch) | |
tree | 955ab1f85b7b46a1a71518505e2f79b54eeda7b9 /common | |
parent | 84084df26c29c3e35075a0624ca7f5bf204b01e8 (diff) | |
download | go-tangerine-3e8184006189b57e2d998313ef0fa75429b0c5bc.tar.gz go-tangerine-3e8184006189b57e2d998313ef0fa75429b0c5bc.tar.zst go-tangerine-3e8184006189b57e2d998313ef0fa75429b0c5bc.zip |
common: fix typo (#17582)
Fixes #17581
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 ) |