mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
common: Fix typo - closes #17581
This commit is contained in:
parent
32f28a9360
commit
cafa5172d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue