We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b1536b commit 28aca90Copy full SHA for 28aca90
accounts/usbwallet/internal/trezor/trezor.go
@@ -36,7 +36,7 @@ func Type(msg proto.Message) uint16 {
36
}
37
38
// Name returns the friendly message type name of a specific protocol buffer
39
-// type numbers.
+// type number.
40
func Name(kind uint16) string {
41
name := MessageType_name[int32(kind)]
42
if len(name) < 12 {
0 commit comments