accounts/usbwallet/internal/trezor: correct comment typo

This commit is contained in:
Husam Ibrahim 2018-06-15 17:29:36 +03:00
parent 574378edb5
commit 32e9c4043e

View file

@ -36,7 +36,7 @@ func Type(msg proto.Message) uint16 {
} }
// Name returns the friendly message type name of a specific protocol buffer // Name returns the friendly message type name of a specific protocol buffer
// type numbers. // type number.
func Name(kind uint16) string { func Name(kind uint16) string {
name := MessageType_name[int32(kind)] name := MessageType_name[int32(kind)]
if len(name) < 12 { if len(name) < 12 {