Skip to content

Commit

Permalink
Test Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
devyin7 committed Sep 6, 2018
1 parent d52114e commit 1de03ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/convert.go
Expand Up @@ -21,7 +21,7 @@ func Hex2BaReversed(hexx string) []byte {
return output
}

// Convert hex to []Bytes
// Convert hex to []Bytes.
// param hexx - An hex string
// return bytes
func Hex2Bt(hexx string) []byte {
Expand Down

0 comments on commit 1de03ad

Please sign in to comment.