*: fix misspellings found in Go Report Card
This commit is contained in:
parent
f6a308f7f6
commit
e7d13e6db2
12 changed files with 27 additions and 27 deletions
|
@ -5,7 +5,7 @@ package util
|
|||
|
||||
// FromAddress is an utility function that converts a Neo address to its hash
|
||||
// (160 bit BE value in a 20 byte slice). It can only be used for strings known
|
||||
// at compilation time, because the convertion is actually being done by the
|
||||
// at compilation time, because the conversion is actually being done by the
|
||||
// compiler.
|
||||
func FromAddress(address string) []byte {
|
||||
return nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue