accounts/usbwallet: correct comment typo (#16998)

This commit is contained in:
Daniel Liu 2025-01-14 10:56:06 +08:00
parent 8d2fb8c280
commit e5b484b63b

View file

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