mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-03-30 15:08:33 +00: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…
x
Reference in New Issue
Block a user