good morning!!!!

Skip to content
Snippets Groups Projects
Commit 28aca907 authored by Husam Ibrahim's avatar Husam Ibrahim Committed by Péter Szilágyi
Browse files

accounts/usbwallet: correct comment typo (#16998)

parent 9b1536b2
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment