Comment inventory vector constants.

This commit is contained in:
Dave Collins 2013-07-27 16:41:57 -05:00
parent 69446009b2
commit 81120958f0

View file

@ -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