Comment inventory vector constants.
This commit is contained in:
parent
69446009b2
commit
81120958f0
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue