Skip to content

Commit

Permalink
accounts/usbwallet: correct comment typo (ethereum#16998)
Browse files Browse the repository at this point in the history
  • Loading branch information
HusamElbashir authored and gzliudan committed Dec 30, 2024
1 parent 695d886 commit 38e0747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts/usbwallet/internal/trezor/trezor.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 38e0747

Please sign in to comment.