Commit 3e818400 authored by ligi's avatar ligi Committed by Felix Lange

common: fix typo (#17582)

Fixes #17581
parent 84084df2
...@@ -34,7 +34,7 @@ import ( ...@@ -34,7 +34,7 @@ import (
const ( const (
// HashLength is the expected length of the hash // HashLength is the expected length of the hash
HashLength = 32 HashLength = 32
// AddressLength is the expected length of the adddress // AddressLength is the expected length of the address
AddressLength = 20 AddressLength = 20
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment