accounts/usbwallet: correct comment typo (#16998)

pull/17005/merge
Husam Ibrahim 6 years ago committed by Péter Szilágyi
parent 9b1536b26a
commit 28aca90716
  1. 2
      accounts/usbwallet/internal/trezor/trezor.go

@ -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 {

Loading…
Cancel
Save