mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-08 05:54:29 +00:00
accounts/usbwallet: correct comment typo (#16998)
This commit is contained in:
parent
8d2fb8c280
commit
e5b484b63b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue