aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorligi <ligi@ligi.de>2018-09-04 20:12:16 +0800
committerFelix Lange <fjl@users.noreply.github.com>2018-09-04 20:12:16 +0800
commit3e8184006189b57e2d998313ef0fa75429b0c5bc (patch)
tree955ab1f85b7b46a1a71518505e2f79b54eeda7b9 /common
parent84084df26c29c3e35075a0624ca7f5bf204b01e8 (diff)
downloaddexon-3e8184006189b57e2d998313ef0fa75429b0c5bc.tar
dexon-3e8184006189b57e2d998313ef0fa75429b0c5bc.tar.gz
dexon-3e8184006189b57e2d998313ef0fa75429b0c5bc.tar.bz2
dexon-3e8184006189b57e2d998313ef0fa75429b0c5bc.tar.lz
dexon-3e8184006189b57e2d998313ef0fa75429b0c5bc.tar.xz
dexon-3e8184006189b57e2d998313ef0fa75429b0c5bc.tar.zst
dexon-3e8184006189b57e2d998313ef0fa75429b0c5bc.zip
common: fix typo (#17582)
Fixes #17581
Diffstat (limited to 'common')
-rw-r--r--common/types.go2
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
)