mirror of
https://github.com/btcsuite/btcd.git
synced 2025-01-19 05:33:36 +01:00
Comment inventory vector constants.
This commit is contained in:
parent
69446009b2
commit
81120958f0
@ -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 New Issue
Block a user