diff --git a/invvect.go b/invvect.go index 1784a094..c74a9b50 100644 --- a/invvect.go +++ b/invvect.go @@ -21,6 +21,7 @@ const ( // InvType represents the allowed types of inventory vectors. See InvVect. type InvType uint32 +// These constants define the various supported inventory vector types. const ( InvVect_Error InvType = 0 InvVect_Tx InvType = 1